diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-12-21 15:46:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-12-21 15:46:19 +0000 |
commit | 2e3ec3a58a54998aa0acd9c37734adf34e7729bd (patch) | |
tree | d15b8aa6b0b51de71c99daaf8f77a1654504cec7 /dev-perl | |
parent | sparc stable wrt #285414 (diff) | |
download | gentoo-2-2e3ec3a58a54998aa0acd9c37734adf34e7729bd.tar.gz gentoo-2-2e3ec3a58a54998aa0acd9c37734adf34e7729bd.tar.bz2 gentoo-2-2e3ec3a58a54998aa0acd9c37734adf34e7729bd.zip |
Add ~sparc wrt #284740
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index 0589556461e4..329378d68172 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-BigInt-GMP # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.6 2009/09/30 18:14:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.7 2009/12/21 15:46:19 armin76 Exp $ + + 21 Dec 2009; Raúl Porcel <armin76@gentoo.org> + Math-BigInt-GMP-1.24.ebuild: + Add ~sparc wrt #284740 30 Sep 2009; Tobias Klausmann <klausman@gentoo.org> Math-BigInt-GMP-1.24.ebuild: diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild index 823739602997..5be62e29ba14 100644 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v 1.6 2009/09/30 18:14:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v 1.7 2009/12/21 15:46:19 armin76 Exp $ MODULE_AUTHOR="TELS/math" inherit perl-module @@ -11,7 +11,7 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 hppa ppc x86" +KEYWORDS="~alpha amd64 hppa ppc ~sparc x86" RDEPEND=">=perl-core/Math-BigInt-1.87 >=dev-libs/gmp-4.0.0" DEPEND="${RDEPEND}" |