diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 05:49:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 05:49:57 +0000 |
commit | 67c83551537b25083a75873401105160ae55ab4a (patch) | |
tree | b93d377e209e9a858f83ae514a8ff9f8d0125080 /dev-perl/File-Which | |
parent | whitespace (diff) | |
download | historical-67c83551537b25083a75873401105160ae55ab4a.tar.gz historical-67c83551537b25083a75873401105160ae55ab4a.tar.bz2 historical-67c83551537b25083a75873401105160ae55ab4a.zip |
keyword ~x86-fbsd
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-Which')
-rw-r--r-- | dev-perl/File-Which/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Which/File-Which-1.09.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog index 5857ec8a50b6..1e4b59675d0d 100644 --- a/dev-perl/File-Which/ChangeLog +++ b/dev-perl/File-Which/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Which # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.19 2011/04/03 06:28:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.20 2011/07/07 05:49:57 aballier Exp $ + + 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> File-Which-1.09.ebuild: + keyword ~x86-fbsd 03 Apr 2011; Torsten Veller <tove@gentoo.org> -File-Which-1.07.ebuild: Cleanup diff --git a/dev-perl/File-Which/File-Which-1.09.ebuild b/dev-perl/File-Which/File-Which-1.09.ebuild index 6c10f7ada9ee..e0b227241a30 100644 --- a/dev-perl/File-Which/File-Which-1.09.ebuild +++ b/dev-perl/File-Which/File-Which-1.09.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-1.09.ebuild,v 1.4 2010/12/07 05:01:16 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-1.09.ebuild,v 1.5 2011/07/07 05:49:57 aballier Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl module implementing 'which' internally" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" |