Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/
Date: Wed, 14 Aug 2019 23:17:08
Message-Id: 1565824480.8aedc00a241091f401ccdb88f6137382eb0fd875.radhermit@gentoo
1 commit: 8aedc00a241091f401ccdb88f6137382eb0fd875
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 23:02:46 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 23:14:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aedc00a
7
8 app-arch/pigz: add missing conditional test RESTRICT
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-arch/pigz/pigz-2.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-arch/pigz/pigz-2.4.ebuild b/app-arch/pigz/pigz-2.4.ebuild
16 index ce6d961daf7..ed4dddd258c 100644
17 --- a/app-arch/pigz/pigz-2.4.ebuild
18 +++ b/app-arch/pigz/pigz-2.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,6 +13,7 @@ LICENSE="ZLIB"
26 SLOT="0"
27 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
28 IUSE="static symlink test"
29 +RESTRICT="!test? ( test )"
30
31 LIB_DEPEND="sys-libs/zlib[static-libs(+)]"
32 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"