diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-05-05 05:37:11 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-05-05 05:37:11 +0000 |
commit | bf23adf3090cf37328569bff18c4d3dacfb10bc4 (patch) | |
tree | e2b5007ab53609094f026217d7e37ac24deae2b5 /dev-perl/File-Find-Rule | |
parent | Stable for HPPA (bug #314467). (diff) | |
download | gentoo-2-bf23adf3090cf37328569bff18c4d3dacfb10bc4.tar.gz gentoo-2-bf23adf3090cf37328569bff18c4d3dacfb10bc4.tar.bz2 gentoo-2-bf23adf3090cf37328569bff18c4d3dacfb10bc4.zip |
Stable for HPPA (bug #314467).
(Portage version: 2.2_rc67/cvs/Linux i686)
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 aa201f5f12f1..2094cd1d0121 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.49 2010/04/17 08:45:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.50 2010/05/05 05:37:11 jer Exp $ + + 05 May 2010; Jeroen Roovers <jer@gentoo.org> File-Find-Rule-0.32.ebuild: + Stable for HPPA (bug #314467). 17 Apr 2010; Torsten Veller <tove@gentoo.org> File-Find-Rule-0.32.ebuild: Stable on amd64, x86 (#314467) 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 90c9bf3014d0..400afd9cda39 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.3 2010/04/17 08:45:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild,v 1.4 2010/05/05 05:37:11 jer 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 |