diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-03 14:51:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-03 15:01:40 +0100 |
commit | e4c5c9444dc0f37e61d2f5014720d1ff65531b7b (patch) | |
tree | fa04c8b1579c3c103efeb78baafd684a0d7ca07a /app-arch | |
parent | xfce-extra/xfce4-sensors-plugin: Remove gnu-netcat leftovers (diff) | |
download | gentoo-e4c5c9444dc0f37e61d2f5014720d1ff65531b7b.tar.gz gentoo-e4c5c9444dc0f37e61d2f5014720d1ff65531b7b.tar.bz2 gentoo-e4c5c9444dc0f37e61d2f5014720d1ff65531b7b.zip |
app-arch/snappy: Add RESTRICT="!test? ( test )"
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/snappy/snappy-1.1.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-arch/snappy/snappy-1.1.7.ebuild b/app-arch/snappy/snappy-1.1.7.ebuild index 188a906e8ae6..48f378ba3da8 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" |