diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-01-21 07:49:59 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-01-21 07:49:59 +0000 |
commit | 8a676dd49f6bdf12706ef269ad7d184cc8829413 (patch) | |
tree | 34ac9eced3902883fae93dc160c517a700f00bb6 /dev-perl/File-Copy-Recursive | |
parent | Added ~amd64 keyword (diff) | |
download | gentoo-2-8a676dd49f6bdf12706ef269ad7d184cc8829413.tar.gz gentoo-2-8a676dd49f6bdf12706ef269ad7d184cc8829413.tar.bz2 gentoo-2-8a676dd49f6bdf12706ef269ad7d184cc8829413.zip |
Added ~ppc wrt bug 163004
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r-- | dev-perl/File-Copy-Recursive/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index 40a5f4204606..46f77c3f432d 100644 --- a/dev-perl/File-Copy-Recursive/ChangeLog +++ b/dev-perl/File-Copy-Recursive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Copy-Recursive # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.1 2007/01/21 00:32:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.2 2007/01/21 07:49:59 nixnut Exp $ + + 21 Jan 2007; nixnut <nixnut@gentoo.org> File-Copy-Recursive-0.30.ebuild: + Added ~ppc wrt bug 163004 *File-Copy-Recursive-0.30 (21 Jan 2007) diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild index a683b1874edf..e1cebf73696f 100644 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild,v 1.1 2007/01/21 00:32:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild,v 1.2 2007/01/21 07:49:59 nixnut Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DM/DMUEY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~mips ~sparc ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl" |