summaryrefslogtreecommitdiff
path: root/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild')
-rw-r--r--dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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 8b287fae115b..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
@@ -10,8 +10,9 @@ inherit perl-module
DESCRIPTION="What BigInts are before they become big"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Math-BigInt-1.999.812