diff options
author | 2006-03-31 18:49:23 +0000 | |
---|---|---|
committer | 2006-03-31 18:49:23 +0000 | |
commit | 12ded0f9f53e34445ef0e68a9e4c19e48169bd2b (patch) | |
tree | 2968723d5cbeeef405b8a30bc809acb32bd0285b /dev-perl/ExtUtils-CBuilder | |
parent | Add ipv6 support per bug #128026 (diff) | |
download | historical-12ded0f9f53e34445ef0e68a9e4c19e48169bd2b.tar.gz historical-12ded0f9f53e34445ef0e68a9e4c19e48169bd2b.tar.bz2 historical-12ded0f9f53e34445ef0e68a9e4c19e48169bd2b.zip |
dev-perl/ExtUtils-CBuilder stable on ppc.
Package-Manager: portage-2.1_pre7-r3
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.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-CBuilder/ChangeLog b/dev-perl/ExtUtils-CBuilder/ChangeLog index db774e3b8b07..e0303ce3766f 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.26 2006/03/28 22:53:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.27 2006/03/31 18:49:23 hansmi Exp $ + + 31 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> + ExtUtils-CBuilder-0.15.ebuild: + Stable on ppc. 28 Mar 2006; Aron Griffis <agriffis@gentoo.org> ExtUtils-CBuilder-0.15.ebuild: diff --git a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild index 9c26ac330710..d1d6b2788fd5 100644 --- a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild +++ b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.15.ebuild,v 1.5 2006/03/28 22:53:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild,v 1.6 2006/03/31 18:49:23 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 ia64 ~mips ~ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |