diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 14:03:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 14:03:40 +0000 |
commit | 71071c316762ced27c7c1a0ad7f91cce52511ac0 (patch) | |
tree | 2bc21dc3a55f5f9a3b47acf53c874f35b7a53a91 /dev-perl/File-Find-Rule | |
parent | ppc64 stable wrt #341865 (diff) | |
download | gentoo-2-71071c316762ced27c7c1a0ad7f91cce52511ac0.tar.gz gentoo-2-71071c316762ced27c7c1a0ad7f91cce52511ac0.tar.bz2 gentoo-2-71071c316762ced27c7c1a0ad7f91cce52511ac0.zip |
ppc64 stable wrt #341865
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog index 807f57421fc0..88c7a70a2b93 100644 --- a/dev-perl/File-Find-Rule/ChangeLog +++ b/dev-perl/File-Find-Rule/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-Find-Rule # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.52 2010/06/27 19:09:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.53 2010/11/05 14:03:40 ssuominen Exp $ + + 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> + File-Find-Rule-0.32.ebuild: + ppc64 stable wrt #341865 27 Jun 2010; <nixnut@gentoo.org> File-Find-Rule-0.32.ebuild: ppc stable #323529 diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild index 6e90a0d63c50..92cad56711de 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild,v 1.6 2010/06/27 19:09:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild,v 1.7 2010/11/05 14:03:40 ssuominen Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Alternative interface to File::Find" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="virtual/perl-File-Spec |