diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 11:34:04 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 11:34:04 +0000 |
commit | c966ca073ad7f29b2b6e7f025b5a3ccdcae3f9e0 (patch) | |
tree | f7c075966d0c6e5c1d45302394adcae688c0c88c /dev-perl/File-Find-Rule | |
parent | Marked ~ppc-aix, bug #432288 (diff) | |
download | gentoo-2-c966ca073ad7f29b2b6e7f025b5a3ccdcae3f9e0.tar.gz gentoo-2-c966ca073ad7f29b2b6e7f025b5a3ccdcae3f9e0.tar.bz2 gentoo-2-c966ca073ad7f29b2b6e7f025b5a3ccdcae3f9e0.zip |
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
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.330.0.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 3eac4866945e..49d77d3ec173 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.65 2012/08/27 18:22:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.66 2012/09/01 11:34:04 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> + File-Find-Rule-0.330.0.ebuild: + Marked ~ppc-aix, bug #432288 27 Aug 2012; Raúl Porcel <armin76@gentoo.org> File-Find-Rule-0.320.0.ebuild, File-Find-Rule-0.330.0.ebuild: diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild index 577694369d9f..82643f619448 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.330.0.ebuild,v 1.7 2012/08/27 18:22:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild,v 1.8 2012/09/01 11:34:04 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Alternative interface to File::Find" SLOT="0" -KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="virtual/perl-File-Spec |