summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-09-24 18:22:10 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-09-24 18:22:10 +0000
commit4b1fda3a8a7e7e74cb0deae5699bc71b1c24bc17 (patch)
tree7ede5b1e2c413f98318bd3614b16c7f389bd5efa /dev-perl/File-Which
parentAdd ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #285057 (diff)
downloadgentoo-2-4b1fda3a8a7e7e74cb0deae5699bc71b1c24bc17.tar.gz
gentoo-2-4b1fda3a8a7e7e74cb0deae5699bc71b1c24bc17.tar.bz2
gentoo-2-4b1fda3a8a7e7e74cb0deae5699bc71b1c24bc17.zip
Add ~arm/~s390/~sh wrt #285343
(Portage version: 2.1.6.13/cvs/Linux ia64)
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.08.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog
index 2e79735b82fb..43e7e64e05f1 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.13 2009/09/17 17:48:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.14 2009/09/24 18:22:10 armin76 Exp $
+
+ 24 Sep 2009; Raúl Porcel <armin76@gentoo.org> File-Which-1.08.ebuild:
+ Add ~arm/~s390/~sh wrt #285343
*File-Which-1.08 (17 Sep 2009)
diff --git a/dev-perl/File-Which/File-Which-1.08.ebuild b/dev-perl/File-Which/File-Which-1.08.ebuild
index f5d99c30e94b..740e39e595d3 100644
--- a/dev-perl/File-Which/File-Which-1.08.ebuild
+++ b/dev-perl/File-Which/File-Which-1.08.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.08.ebuild,v 1.2 2009/09/22 05:07:42 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-1.08.ebuild,v 1.3 2009/09/24 18:22:10 armin76 Exp $
EAPI=2
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Perl module implementing 'which' internally"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="test"
RDEPEND=""