diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-22 11:55:42 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-22 11:55:42 +0000 |
commit | 1502d07fce5d92bd28325edf26ecf9d1731d237d (patch) | |
tree | afbfbedd4042a6a495a11d348d59104df122a7cc /dev-perl/ExtUtils-CBuilder | |
parent | added ~ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-1502d07fce5d92bd28325edf26ecf9d1731d237d.tar.gz gentoo-2-1502d07fce5d92bd28325edf26ecf9d1731d237d.tar.bz2 gentoo-2-1502d07fce5d92bd28325edf26ecf9d1731d237d.zip |
added ~ppc64
Diffstat (limited to 'dev-perl/ExtUtils-CBuilder')
-rw-r--r-- | dev-perl/ExtUtils-CBuilder/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.05.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-CBuilder/ChangeLog b/dev-perl/ExtUtils-CBuilder/ChangeLog index 1176b5a893c2..f616d822e5f1 100644 --- a/dev-perl/ExtUtils-CBuilder/ChangeLog +++ b/dev-perl/ExtUtils-CBuilder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/ExtUtils-CBuilder # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.7 2004/11/21 21:39:11 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.8 2004/12/22 11:52:36 nigoro Exp $ + + 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> ExtUtils-CBuilder-0.05.ebuild: + added ~ppc64 21 Nov 2004; Hardave Riar <hardave@gentoo.org> ExtUtils-CBuilder-0.05.ebuild: diff --git a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.05.ebuild b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.05.ebuild index 1d430772d1a0..9a4ac99b56c9 100644 --- a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.05.ebuild +++ b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.05.ebuild,v 1.6 2004/11/21 21:39:11 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.05.ebuild,v 1.7 2004/12/22 11:52:36 nigoro 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" +KEYWORDS="alpha ~amd64 hppa mips ppc sparc x86 ~ppc64" IUSE="" SRC_TEST="do" |