summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-04-16 13:07:03 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-04-16 13:07:03 +0000
commitd77e33c836651d047d1f5101db235de47ee1f64b (patch)
tree4e8c9dcdb8d30220fcceced21b8cc911ec84dcd2 /perl-core
parentVersion bump. (diff)
downloadgentoo-2-d77e33c836651d047d1f5101db235de47ee1f64b.tar.gz
gentoo-2-d77e33c836651d047d1f5101db235de47ee1f64b.tar.bz2
gentoo-2-d77e33c836651d047d1f5101db235de47ee1f64b.zip
Updated IUSE for bignum-0.20
(Portage version: 2.1.2.3)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/bignum/ChangeLog5
-rw-r--r--perl-core/bignum/bignum-0.20.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog
index a4b8a588a109..9dc5cc60e94f 100644
--- a/perl-core/bignum/ChangeLog
+++ b/perl-core/bignum/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/bignum
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.7 2007/04/16 10:56:41 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.8 2007/04/16 13:07:03 mcummings Exp $
+
+ 16 Apr 2007; Michael Cummings <mcummings@gentoo.org> bignum-0.20.ebuild:
+ Updated IUSE for bignum-0.20
*bignum-0.20 (16 Apr 2007)
diff --git a/perl-core/bignum/bignum-0.20.ebuild b/perl-core/bignum/bignum-0.20.ebuild
index 13c4af87ebbf..8eddf7673ba0 100644
--- a/perl-core/bignum/bignum-0.20.ebuild
+++ b/perl-core/bignum/bignum-0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.20.ebuild,v 1.1 2007/04/16 10:56:41 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.20.ebuild,v 1.2 2007/04/16 13:07:03 mcummings Exp $
inherit perl-module
@@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="test"
SRC_TEST="do"
PREFER_BUILDPL="no"