diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:45:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:45:47 +0000 |
commit | cc4c94173a48451c34d5ce9abff78d2b02fffec0 (patch) | |
tree | 548edbdc1c0c96835924f2f4f2f291bd9fe4e219 /dev-perl/File-Find-Rule | |
parent | Stable on amd64, x86 (#314467) (diff) | |
download | gentoo-2-cc4c94173a48451c34d5ce9abff78d2b02fffec0.tar.gz gentoo-2-cc4c94173a48451c34d5ce9abff78d2b02fffec0.tar.bz2 gentoo-2-cc4c94173a48451c34d5ce9abff78d2b02fffec0.zip |
Stable on amd64, x86 (#314467)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog index e886ff97360e..aa201f5f12f1 100644 --- a/dev-perl/File-Find-Rule/ChangeLog +++ b/dev-perl/File-Find-Rule/ChangeLog @@ -1,6 +1,9 @@ # 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.48 2010/01/09 20:03:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.49 2010/04/17 08:45:47 tove Exp $ + + 17 Apr 2010; Torsten Veller <tove@gentoo.org> File-Find-Rule-0.32.ebuild: + Stable on amd64, x86 (#314467) 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-Find-Rule-0.32.ebuild: 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 080170480610..90c9bf3014d0 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.2 2010/01/09 20:03:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild,v 1.3 2010/04/17 08:45:47 tove 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 |