Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/snappy/
Date: Sun, 03 Nov 2019 14:01:48
Message-Id: 1572789700.e4c5c9444dc0f37e61d2f5014720d1ff65531b7b.mgorny@gentoo
1 commit: e4c5c9444dc0f37e61d2f5014720d1ff65531b7b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 13:51:53 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 14:01:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c5c944
7
8 app-arch/snappy: Add RESTRICT="!test? ( test )"
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/snappy/snappy-1.1.7.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/app-arch/snappy/snappy-1.1.7.ebuild b/app-arch/snappy/snappy-1.1.7.ebuild
16 index 188a906e8ae..48f378ba3da 100644
17 --- a/app-arch/snappy/snappy-1.1.7.ebuild
18 +++ b/app-arch/snappy/snappy-1.1.7.ebuild
19 @@ -12,6 +12,7 @@ LICENSE="BSD"
20 SLOT="0/${PV%%.*}"
21 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux"
22 IUSE="static-libs test"
23 +RESTRICT="!test? ( test )"
24 # upstream killed static lib support with build system update
25 # (and we have packages depending on the flag)
26 REQUIRED_USE="!static-libs"