diff options
author | Matt Turner <mattst88@gentoo.org> | 2010-12-07 05:01:16 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2010-12-07 05:01:16 +0000 |
commit | 066aef344829329a56823cfa56e9d3358512b48f (patch) | |
tree | 9bea08b0c20c4c2bdc95850b10e2182e0114e5ab /dev-perl/File-Which | |
parent | Added ~mips, bug 345605. (diff) | |
download | historical-066aef344829329a56823cfa56e9d3358512b48f.tar.gz historical-066aef344829329a56823cfa56e9d3358512b48f.tar.bz2 historical-066aef344829329a56823cfa56e9d3358512b48f.zip |
Added ~mips, bug 285343.
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
RepoMan-Options: --force
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog index 7eb287af973f..bde5b5dfb436 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.17 2010/01/09 21:09:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.18 2010/12/07 05:01:16 mattst88 Exp $ + + 07 Dec 2010; Matt Turner <mattst88@gentoo.org> File-Which-1.09.ebuild: + Added ~mips, bug 285343. 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-Which-1.09.ebuild: Transfer Prefix keywords diff --git a/dev-perl/File-Which/File-Which-1.09.ebuild b/dev-perl/File-Which/File-Which-1.09.ebuild index 7082c6d15086..6c10f7ada9ee 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 # 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.3 2010/01/09 21:09:52 grobian Exp $ +# $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 $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl module implementing 'which' internally" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" |