diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-22 11:04:26 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-22 11:04:26 +0000 |
commit | 20ce29c1bb1f0f723f164a74e0cb269d9a097a75 (patch) | |
tree | d0d4faaf567a338fe11381a18ae1e71b474206fe /dev-perl | |
parent | Version bump. Thank upstream (John) for helping us to fix test failures. (diff) | |
download | gentoo-2-20ce29c1bb1f0f723f164a74e0cb269d9a097a75.tar.gz gentoo-2-20ce29c1bb1f0f723f164a74e0cb269d9a097a75.tar.bz2 gentoo-2-20ce29c1bb1f0f723f164a74e0cb269d9a097a75.zip |
amd64/x86 stable, bug #289144
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010801.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index cbadc232efb7..e91b16a298e4 100644 --- a/dev-perl/math-pari/ChangeLog +++ b/dev-perl/math-pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/math-pari # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.49 2009/12/12 10:30:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.50 2009/12/22 11:04:26 maekke Exp $ + + 22 Dec 2009; Markus Meier <maekke@gentoo.org> math-pari-2.010801.ebuild: + amd64/x86 stable, bug #289144 *math-pari-2.01080603 (12 Dec 2009) diff --git a/dev-perl/math-pari/math-pari-2.010801.ebuild b/dev-perl/math-pari/math-pari-2.010801.ebuild index 12330f5fd3e8..9e0b66f59c1b 100644 --- a/dev-perl/math-pari/math-pari-2.010801.ebuild +++ b/dev-perl/math-pari/math-pari-2.010801.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-pari/math-pari-2.010801.ebuild,v 1.1 2009/02/23 10:05:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010801.ebuild,v 1.2 2009/12/22 11:04:26 maekke Exp $ inherit perl-module eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc x86" IUSE="" SRC_TEST="do" |