diff options
author | 2005-08-19 19:35:35 +0000 | |
---|---|---|
committer | 2005-08-19 19:35:35 +0000 | |
commit | bdc841a3dfcce3f51cfa7a496fa3b40d28e7600f (patch) | |
tree | 22b06b5130a83e51b85c3d95f3c86b4a7ba54003 /dev-perl/ExtUtils-CBuilder | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-bdc841a3dfcce3f51cfa7a496fa3b40d28e7600f.tar.gz gentoo-2-bdc841a3dfcce3f51cfa7a496fa3b40d28e7600f.tar.bz2 gentoo-2-bdc841a3dfcce3f51cfa7a496fa3b40d28e7600f.zip |
Stable on hppa and ppc.
(Portage version: 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 90d40e637b0b..089fa0d05c20 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.15 2005/08/15 10:26:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.16 2005/08/19 19:35:35 hansmi Exp $ + + 19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild: + Stable on hppa and ppc. 15 Aug 2005; Michael Cummings <mcummings@gentoo.org> -ExtUtils-CBuilder-0.03.ebuild, 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 97bd60f9dff4..ec4339747d5a 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.2 2005/08/15 10:26:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild,v 1.3 2005/08/19 19:35:35 hansmi 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 ~mips ~ppc sparc x86 ~ppc64" +KEYWORDS="~alpha ~amd64 hppa ~mips ppc ~ppc64 sparc x86" IUSE="" SRC_TEST="do" |