summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2009-09-22 05:07:42 +0000
committerTom Gall <tgall@gentoo.org>2009-09-22 05:07:42 +0000
commit88d804796df5e36c112f3c112c3847c50c918fd1 (patch)
treeebf90f1d6e5c22d40e877ac6f17adaf94b67d838 /dev-perl/File-Which
parentFix build with latest ffmpeg, by Thomas Scheiblauer <thomas.scheiblauer@haupt... (diff)
downloadgentoo-2-88d804796df5e36c112f3c112c3847c50c918fd1.tar.gz
gentoo-2-88d804796df5e36c112f3c112c3847c50c918fd1.tar.bz2
gentoo-2-88d804796df5e36c112f3c112c3847c50c918fd1.zip
keyword ppc64
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/File-Which')
-rw-r--r--dev-perl/File-Which/File-Which-1.08.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Which/File-Which-1.08.ebuild b/dev-perl/File-Which/File-Which-1.08.ebuild
index 1a957ab52837..f5d99c30e94b 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.1 2009/09/17 17:48:12 tove Exp $
+# $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 $
EAPI=2
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Perl module implementing 'which' internally"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
RDEPEND=""