diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-22 11:36:21 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-22 11:36:21 +0000 |
commit | 39cf830bf900ecd10938a24668211deaca90e13d (patch) | |
tree | dd02f72e86d95923258ce83773142160ec46405b /dev-perl/File-BaseDir | |
parent | Fix wrong path to ifplugd.action in gentoo patch; closes bug 75264. (diff) | |
download | historical-39cf830bf900ecd10938a24668211deaca90e13d.tar.gz historical-39cf830bf900ecd10938a24668211deaca90e13d.tar.bz2 historical-39cf830bf900ecd10938a24668211deaca90e13d.zip |
added ~ppc64
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index ec559c5b38fb..937426d3a2d1 100644 --- a/dev-perl/File-BaseDir/ChangeLog +++ b/dev-perl/File-BaseDir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-BaseDir # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.6 2004/12/13 05:39:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.7 2004/12/22 11:33:52 nigoro Exp $ + + 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> File-BaseDir-0.02.ebuild: + added ~ppc64 12 Dec 2004; Jason Wever <weeve@gentoo.org> File-BaseDir-0.02.ebuild: Stable on sparc. diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild index 94128d32dd07..d88e25c1231e 100644 --- a/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild +++ b/dev-perl/File-BaseDir/File-BaseDir-0.02.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/File-BaseDir/File-BaseDir-0.02.ebuild,v 1.8 2004/12/13 05:39:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild,v 1.9 2004/12/22 11:33:52 nigoro Exp $ inherit perl-module @@ -9,5 +9,5 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${PN}/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${PN}/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc ~ppc64" IUSE="" |