diff options
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/bloscpack/bloscpack-0.11.0.ebuild | 1 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.19.0.5.ebuild | 3 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.19.6.ebuild | 1 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.19.7.ebuild | 1 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.46-r1.ebuild | 1 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.46.ebuild | 3 |
6 files changed, 8 insertions, 2 deletions
diff --git a/app-arch/bloscpack/bloscpack-0.11.0.ebuild b/app-arch/bloscpack/bloscpack-0.11.0.ebuild index c82892291cdc..27cd82c51ab3 100644 --- a/app-arch/bloscpack/bloscpack-0.11.0.ebuild +++ b/app-arch/bloscpack/bloscpack-0.11.0.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/blosc[${PYTHON_USEDEP}] diff --git a/app-arch/dpkg/dpkg-1.19.0.5.ebuild b/app-arch/dpkg/dpkg-1.19.0.5.ebuild index c269dcbcc850..d35226261a7a 100644 --- a/app-arch/dpkg/dpkg-1.19.0.5.ebuild +++ b/app-arch/dpkg/dpkg-1.19.0.5.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 @@ -12,6 +12,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.14.2:= diff --git a/app-arch/dpkg/dpkg-1.19.6.ebuild b/app-arch/dpkg/dpkg-1.19.6.ebuild index dce613b7e3f3..2a5d34a120d6 100644 --- a/app-arch/dpkg/dpkg-1.19.6.ebuild +++ b/app-arch/dpkg/dpkg-1.19.6.ebuild @@ -12,6 +12,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode +update-alternatives +zlib" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.14.2:= diff --git a/app-arch/dpkg/dpkg-1.19.7.ebuild b/app-arch/dpkg/dpkg-1.19.7.ebuild index dce613b7e3f3..2a5d34a120d6 100644 --- a/app-arch/dpkg/dpkg-1.19.7.ebuild +++ b/app-arch/dpkg/dpkg-1.19.7.ebuild @@ -12,6 +12,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode +update-alternatives +zlib" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.14.2:= diff --git a/app-arch/dump/dump-0.4.46-r1.ebuild b/app-arch/dump/dump-0.4.46-r1.ebuild index 3f2ac26507a8..04f67e84ac4f 100644 --- a/app-arch/dump/dump-0.4.46-r1.ebuild +++ b/app-arch/dump/dump-0.4.46-r1.ebuild @@ -15,6 +15,7 @@ KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" # We keep uuid USE flag default dsiabled for this version. Don't forget # to default enable it for later versions as this is the upstream default. IUSE="bzip2 debug ermt libressl lzo readline selinux sqlite ssl static test uuid zlib" +RESTRICT="!test? ( test )" REQUIRED_USE=" ermt? ( ssl ) ssl? ( zlib ) diff --git a/app-arch/dump/dump-0.4.46.ebuild b/app-arch/dump/dump-0.4.46.ebuild index 90a9eac37dea..fae457dbc978 100644 --- a/app-arch/dump/dump-0.4.46.ebuild +++ b/app-arch/dump/dump-0.4.46.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,6 +17,7 @@ KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" # We keep uuid USE flag default dsiabled for this version. Don't forget # to default enable it for later versions as this is the upstream default. IUSE="bzip2 debug ermt libressl lzo readline selinux sqlite ssl static test uuid zlib" +RESTRICT="!test? ( test )" REQUIRED_USE=" ermt? ( ssl ) ssl? ( zlib ) |