diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 04:25:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 04:25:02 +0000 |
commit | dc1ab33d44de2ef548682e674c2428701d8c5ae6 (patch) | |
tree | 29215ce600f990ac82a4b2c0276cf0d28f37e689 /sys-apps | |
parent | arm KEYWORDS (diff) | |
download | historical-dc1ab33d44de2ef548682e674c2428701d8c5ae6.tar.gz historical-dc1ab33d44de2ef548682e674c2428701d8c5ae6.tar.bz2 historical-dc1ab33d44de2ef548682e674c2428701d8c5ae6.zip |
arm KEYWORD
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/which/which-2.16.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/which/which-2.16.ebuild b/sys-apps/which/which-2.16.ebuild index 76b132fdb8d3..fe5f5211831a 100644 --- a/sys-apps/which/which-2.16.ebuild +++ b/sys-apps/which/which-2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.12 2004/03/21 21:03:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.13 2004/04/27 04:25:02 vapier Exp $ inherit eutils @@ -10,7 +10,8 @@ SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ppc64 sparc alpha mips hppa amd64 ia64 s390" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" +IUSE="" RDEPEND="virtual/glibc sys-apps/texinfo" |