summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2010-12-07 05:01:16 +0000
committerMatt Turner <mattst88@gentoo.org>2010-12-07 05:01:16 +0000
commiteafbd200824e6917a220f87010e4d4181f3ffabf (patch)
tree1647673a06379fb13d58dd81ef64503e1faf15dc /dev-perl/File-Which
parentAdded ~mips, bug 345605. (diff)
downloadgentoo-2-eafbd200824e6917a220f87010e4d4181f3ffabf.tar.gz
gentoo-2-eafbd200824e6917a220f87010e4d4181f3ffabf.tar.bz2
gentoo-2-eafbd200824e6917a220f87010e4d4181f3ffabf.zip
Added ~mips, bug 285343.
(Portage version: 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/ChangeLog5
-rw-r--r--dev-perl/File-Which/File-Which-1.09.ebuild4
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=""