diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-08-14 17:02:46 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-08-14 17:14:40 -0600 |
commit | 8aedc00a241091f401ccdb88f6137382eb0fd875 (patch) | |
tree | 3c362f2eb18770a8c93863205e458a4cad38c507 | |
parent | dev-python/certifi: Bump to 2019.6.16 (diff) | |
download | gentoo-8aedc00a241091f401ccdb88f6137382eb0fd875.tar.gz gentoo-8aedc00a241091f401ccdb88f6137382eb0fd875.tar.bz2 gentoo-8aedc00a241091f401ccdb88f6137382eb0fd875.zip |
app-arch/pigz: add missing conditional test RESTRICT
Signed-off-by: Tim Harder <radhermit@gentoo.org>
-rw-r--r-- | app-arch/pigz/pigz-2.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/pigz/pigz-2.4.ebuild b/app-arch/pigz/pigz-2.4.ebuild index ce6d961daf71..ed4dddd258c9 100644 --- a/app-arch/pigz/pigz-2.4.ebuild +++ b/app-arch/pigz/pigz-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="ZLIB" SLOT="0" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris" IUSE="static symlink test" +RESTRICT="!test? ( test )" LIB_DEPEND="sys-libs/zlib[static-libs(+)]" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" |