diff options
author | 2007-06-20 16:23:40 +0000 | |
---|---|---|
committer | 2007-06-20 16:23:40 +0000 | |
commit | 2a7cc4648a3a9ce796b84a8c204ed20e10aea15e (patch) | |
tree | 338dabb21accfbaf311a0442be073d2c75ea6fc9 /perl-core/bignum/bignum-0.21.ebuild | |
parent | Add ~alpha wrt #173295 (diff) | |
download | gentoo-2-2a7cc4648a3a9ce796b84a8c204ed20e10aea15e.tar.gz gentoo-2-2a7cc4648a3a9ce796b84a8c204ed20e10aea15e.tar.bz2 gentoo-2-2a7cc4648a3a9ce796b84a8c204ed20e10aea15e.zip |
Add ~alpha wrt #173295
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'perl-core/bignum/bignum-0.21.ebuild')
-rw-r--r-- | perl-core/bignum/bignum-0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-core/bignum/bignum-0.21.ebuild b/perl-core/bignum/bignum-0.21.ebuild index 16dde58409f1..2594339724dd 100644 --- a/perl-core/bignum/bignum-0.21.ebuild +++ b/perl-core/bignum/bignum-0.21.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.21.ebuild,v 1.2 2007/04/24 08:58:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.21.ebuild,v 1.3 2007/06/20 16:23:40 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="test" SRC_TEST="do" |