diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 11:09:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 11:09:26 +0000 |
commit | b5ea6fce2c1b3460955f9c5cac87bbb1aca05707 (patch) | |
tree | 92e1bd331fb4a90b2fb99733d6cd6fde192907fb /dev-perl/File-Find-Rule | |
parent | Stable for amd64, wrt bug #418809 (diff) | |
download | historical-b5ea6fce2c1b3460955f9c5cac87bbb1aca05707.tar.gz historical-b5ea6fce2c1b3460955f9c5cac87bbb1aca05707.tar.bz2 historical-b5ea6fce2c1b3460955f9c5cac87bbb1aca05707.zip |
Stable for amd64, wrt bug #418811
Package-Manager: portage-2.1.10.65/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.330.0.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 99b75b3357df..d012ab23c91d 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.61 2012/08/02 00:58:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.62 2012/08/03 11:09:26 ago Exp $ + + 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> File-Find-Rule-0.330.0.ebuild: + Stable for amd64, wrt bug #418811 02 Aug 2012; Jeroen Roovers <jer@gentoo.org> File-Find-Rule-0.330.0.ebuild: Stable for HPPA (bug #418811). 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 054d753a83e2..e07748df7309 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.3 2012/08/02 00:58:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild,v 1.4 2012/08/03 11:09:26 ago Exp $ EAPI=4 @@ -11,7 +11,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 |