diff options
Diffstat (limited to 'dev-perl/Math-BigInt-Lite')
3 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild index 81877108927a..5a08c9eead98 100644 --- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild +++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.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=6 @@ -12,6 +12,7 @@ DESCRIPTION="What BigInts are before they become big" SLOT="0" KEYWORDS="~amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Math-BigInt-1.940.0 diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.170.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.170.0.ebuild index 037b684079f9..e583cea81034 100644 --- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.170.0.ebuild +++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.170.0.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=6 @@ -12,6 +12,7 @@ DESCRIPTION="What BigInts are before they become big" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Math-BigInt-1.999.801 diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild index 12389e007fac..2780ffb6d8f9 100644 --- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild +++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="What BigInts are before they become big" SLOT="0" KEYWORDS="~amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Math-BigInt-1.999.812 |