diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-16 08:41:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-16 08:41:06 +0000 |
commit | 8a3aee53a74a8da6303ddbb4bd944905823a456d (patch) | |
tree | 73a8b68976cd52fbbcf67a89c6a7fb158597f2c2 /sys-apps/which | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-8a3aee53a74a8da6303ddbb4bd944905823a456d.tar.gz gentoo-2-8a3aee53a74a8da6303ddbb4bd944905823a456d.tar.bz2 gentoo-2-8a3aee53a74a8da6303ddbb4bd944905823a456d.zip |
arm/s390/sh stable
(Portage version: 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" |