commit: e4c5c9444dc0f37e61d2f5014720d1ff65531b7b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 13:51:53 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 14:01:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c5c944
app-arch/snappy: Add RESTRICT="!test? ( test )"
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/snappy/snappy-1.1.7.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-arch/snappy/snappy-1.1.7.ebuild
b/app-arch/snappy/snappy-1.1.7.ebuild
index 188a906e8ae..48f378ba3da 100644
--- a/app-arch/snappy/snappy-1.1.7.ebuild
+++ b/app-arch/snappy/snappy-1.1.7.ebuild
@@ -12,6 +12,7 @@ LICENSE="BSD"
SLOT="0/${PV%%.*}"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sparc x86
~amd64-linux ~x86-linux"
IUSE="static-libs test"
+RESTRICT="!test? ( test )"
# upstream killed static lib support with build system update
# (and we have packages depending on the flag)
REQUIRED_USE="!static-libs"