diff options
author | Naohiro Aota <naota@gentoo.org> | 2014-01-06 15:13:51 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2014-01-06 15:13:51 +0000 |
commit | 76f3def4c4b2acbbd61a5f5c1c7c1c84e3efe080 (patch) | |
tree | d77b245f81995b909f7429e27ab6711c2b29e9a9 /dev-perl/File-Find-Rule | |
parent | Version bump. (diff) | |
download | gentoo-2-76f3def4c4b2acbbd61a5f5c1c7c1c84e3efe080.tar.gz gentoo-2-76f3def4c4b2acbbd61a5f5c1c7c1c84e3efe080.tar.bz2 gentoo-2-76f3def4c4b2acbbd61a5f5c1c7c1c84e3efe080.zip |
Add ~x86-fbsd wrt bug #497068
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog index 781feadb1496..27258cc1460f 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.67 2012/09/02 16:34:03 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.68 2014/01/06 15:13:51 naota Exp $ + + 06 Jan 2014; Naohiro Aota <naota@gentoo.org> File-Find-Rule-0.330.0.ebuild: + Add ~x86-fbsd wrt bug #497068 02 Sep 2012; Torsten Veller <tove@gentoo.org> -File-Find-Rule-0.320.0.ebuild: Cleanup 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 82643f619448..3a3464669b4e 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 +# 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.8 2012/09/01 11:34:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild,v 1.9 2014/01/06 15:13:51 naota 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 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="virtual/perl-File-Spec |