diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-04 09:53:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-04 09:53:48 +0000 |
commit | 9112c13b551ef3f9017dbd9fb6aa0c8ed67c39e5 (patch) | |
tree | e865b1527e01484b36d5caae5bb903202b7e504a /perl-core/bignum | |
parent | ia64 stable wrt security bug 172676 (diff) | |
download | historical-9112c13b551ef3f9017dbd9fb6aa0c8ed67c39e5.tar.gz historical-9112c13b551ef3f9017dbd9fb6aa0c8ed67c39e5.tar.bz2 historical-9112c13b551ef3f9017dbd9fb6aa0c8ed67c39e5.zip |
Add ~ia64 wrt bug 173295
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'perl-core/bignum')
-rw-r--r-- | perl-core/bignum/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index 290896a06864..b6861d9338d3 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.3 2007/04/03 23:42:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.4 2007/04/04 09:51:37 armin76 Exp $ + + 04 Apr 2007; Raúl Porcel <armin76@gentoo.org> bignum-0.19.ebuild: + Add ~ia64 wrt bug 173295 03 Apr 2007; Michael Cummings <mcummings@gentoo.org> bignum-0.19.ebuild: Keywording ~sparc diff --git a/perl-core/bignum/bignum-0.19.ebuild b/perl-core/bignum/bignum-0.19.ebuild index ee21fcffbad1..5c3149b7f3ef 100644 --- a/perl-core/bignum/bignum-0.19.ebuild +++ b/perl-core/bignum/bignum-0.19.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.19.ebuild,v 1.3 2007/04/03 23:42:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.19.ebuild,v 1.4 2007/04/04 09:51:37 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 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" IUSE="" SRC_TEST="do" |