diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-01-23 13:51:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-01-23 13:51:41 +0000 |
commit | b341667c16f6599746c9393bb25eb76ff3ba277a (patch) | |
tree | 2f6eaed6372ac7c8455aaabe06e75fb132f29ffa /dev-perl/File-Copy-Recursive | |
parent | Versioned the source tarballs according to the new upstream naming convention... (diff) | |
download | gentoo-2-b341667c16f6599746c9393bb25eb76ff3ba277a.tar.gz gentoo-2-b341667c16f6599746c9393bb25eb76ff3ba277a.tar.bz2 gentoo-2-b341667c16f6599746c9393bb25eb76ff3ba277a.zip |
Marked ~hppa (bug #163004).
(Portage version: 2.1.2-r2)
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r-- | dev-perl/File-Copy-Recursive/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index e31bea702c28..1d52eff96204 100644 --- a/dev-perl/File-Copy-Recursive/ChangeLog +++ b/dev-perl/File-Copy-Recursive/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2007/01/23 00:40:29 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.4 2007/01/23 13:51:41 jer Exp $ + + 23 Jan 2007; Jeroen Roovers <jer@gentoo.org> + File-Copy-Recursive-0.30.ebuild: + Marked ~hppa (bug #163004). 23 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> File-Copy-Recursive-0.30.ebuild: 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 f1fb48cd1fdd..eb4496eb011d 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.3 2007/01/23 00:40:29 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild,v 1.4 2007/01/23 13:51:41 jer 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="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl" |