diff options
author | 2004-03-02 16:59:23 +0000 | |
---|---|---|
committer | 2004-03-02 16:59:23 +0000 | |
commit | df2b172e602a59d3c9dbdc5cf069c50e56f37b70 (patch) | |
tree | fa0106f30063d8f436c8969ef0709f39e699caa2 /sys-apps/which | |
parent | adding initial s390 support (diff) | |
download | gentoo-2-df2b172e602a59d3c9dbdc5cf069c50e56f37b70.tar.gz gentoo-2-df2b172e602a59d3c9dbdc5cf069c50e56f37b70.tar.bz2 gentoo-2-df2b172e602a59d3c9dbdc5cf069c50e56f37b70.zip |
adding initial s390 support
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/which-2.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/which/which-2.16.ebuild b/sys-apps/which/which-2.16.ebuild index a080bc8625a6..5cec64a15a9d 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.10 2004/02/23 00:54:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.11 2004/03/02 16:58:13 iggy Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 amd64 ~ppc sparc alpha mips hppa ia64 ppc64" +KEYWORDS="x86 amd64 ~ppc sparc alpha mips hppa ia64 ppc64 s390" RDEPEND="virtual/glibc sys-apps/texinfo" |