diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-19 11:12:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-19 11:12:52 +0000 |
commit | ec1f868c40ed58efbb53b3579d219ee34ac69f1a (patch) | |
tree | 03e3da99ef7fea7bfb97c18baaace80cf56a9ef0 /dev-perl/File-Find-Rule | |
parent | Add ~sparc wrt #497068 (diff) | |
download | gentoo-2-ec1f868c40ed58efbb53b3579d219ee34ac69f1a.tar.gz gentoo-2-ec1f868c40ed58efbb53b3579d219ee34ac69f1a.tar.bz2 gentoo-2-ec1f868c40ed58efbb53b3579d219ee34ac69f1a.zip |
Add ~sparc wrt #497068
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
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 a98994821e60..be899c54f54a 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.71 2014/07/04 14:52:23 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.72 2014/08/19 11:12:52 armin76 Exp $ + + 19 Aug 2014; Raúl Porcel <armin76@gentoo.org> File-Find-Rule-0.330.0.ebuild: + Add ~sparc wrt #497068 04 Jul 2014; Tobias Klausmann <klausman@gentoo.org> 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 6ee052b674c2..7f250f1541d1 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-2014 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.12 2014/07/04 14:52:23 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild,v 1.13 2014/08/19 11:12:52 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Alternative interface to File::Find" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="virtual/perl-File-Spec |