diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-16 08:46:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-16 08:46:39 +0000 |
commit | 6a2141c06176f121f7f90d1ed153465f3fade850 (patch) | |
tree | 16ff37368c2a7065438d3bd9d079c6947d764285 /sys-apps/which | |
parent | stable x86, bug 208940 (diff) | |
download | historical-6a2141c06176f121f7f90d1ed153465f3fade850.tar.gz historical-6a2141c06176f121f7f90d1ed153465f3fade850.tar.bz2 historical-6a2141c06176f121f7f90d1ed153465f3fade850.zip |
arm/s390/sh stable
Package-Manager: portage-2.2_pre2
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/which-2.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/which/which-2.19.ebuild b/sys-apps/which/which-2.19.ebuild index a8b68d92207b..4c88e2eec4fb 100644 --- a/sys-apps/which/which-2.19.ebuild +++ b/sys-apps/which/which-2.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.19.ebuild,v 1.5 2008/03/13 18:48:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.19.ebuild,v 1.6 2008/03/16 08:41:06 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86" IUSE="" DEPEND="sys-apps/texinfo" |