diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-09-03 19:30:58 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-09-03 19:30:58 +0000 |
commit | ec751cc75c2436822c1aa9e2cf9993ccfd192ce3 (patch) | |
tree | b4beef6042fb2587790f14885679887fadf99cf7 /dev-perl/ExtUtils-CBuilder | |
parent | make multilib-strict aware and keyword ~amd64 (diff) | |
download | historical-ec751cc75c2436822c1aa9e2cf9993ccfd192ce3.tar.gz historical-ec751cc75c2436822c1aa9e2cf9993ccfd192ce3.tar.bz2 historical-ec751cc75c2436822c1aa9e2cf9993ccfd192ce3.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-perl/ExtUtils-CBuilder')
-rw-r--r-- | dev-perl/ExtUtils-CBuilder/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-CBuilder/ChangeLog b/dev-perl/ExtUtils-CBuilder/ChangeLog index 7b9e414e2b6f..758f0751413c 100644 --- a/dev-perl/ExtUtils-CBuilder/ChangeLog +++ b/dev-perl/ExtUtils-CBuilder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-CBuilder # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.17 2005/08/25 23:02:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.18 2005/09/03 19:28:28 corsair Exp $ + + 03 Sep 2005; Markus Rothe <corsair@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild: + Stable on ppc64 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> ExtUtils-CBuilder-0.12.ebuild: diff --git a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild index 332e00732846..1366525fa6b7 100644 --- a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild +++ b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild,v 1.4 2005/08/25 23:02:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild,v 1.5 2005/09/03 19:28:28 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |