commit:     94ca302243dd9225c904971ddd149a4239c126d9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 10:49:15 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 10:49:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ca3022

sys-fs/cryfs: RESTRICT=test for 0.9.7

We know they work, but the build system screws up install.
Task for 0.9.8 version bump.

Closes: https://bugs.gentoo.org/644836
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-fs/cryfs/cryfs-0.9.7.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-fs/cryfs/cryfs-0.9.7.ebuild b/sys-fs/cryfs/cryfs-0.9.7.ebuild
index a8e370eff00..edb997aab25 100644
--- a/sys-fs/cryfs/cryfs-0.9.7.ebuild
+++ b/sys-fs/cryfs/cryfs-0.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,6 +38,10 @@ DEPEND="${RDEPEND}
 
 PATCHES=( "${WORKDIR}/${P}-spdlog.patch" )
 
+# tests work, but let install fail
+# revisit with 0.9.8 version bump.
+RESTRICT="test"
+
 src_prepare() {
        cmake-utils_src_prepare
 

Reply via email to