diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-23 18:53:23 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-23 18:53:23 +0000 |
commit | e4487e7123aa81b51cf331388f247a7ea2fe9496 (patch) | |
tree | 547b19984ffa43169f56e2d4e36e14433279b3a7 /sys-apps/which/which-2.14.ebuild | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-e4487e7123aa81b51cf331388f247a7ea2fe9496.tar.gz gentoo-2-e4487e7123aa81b51cf331388f247a7ea2fe9496.tar.bz2 gentoo-2-e4487e7123aa81b51cf331388f247a7ea2fe9496.zip |
fixing depend qa issue. see 45343.
Diffstat (limited to 'sys-apps/which/which-2.14.ebuild')
-rw-r--r-- | sys-apps/which/which-2.14.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/which/which-2.14.ebuild b/sys-apps/which/which-2.14.ebuild index c0ebc4aecdb1..a6a2cade01cc 100644 --- a/sys-apps/which/which-2.14.ebuild +++ b/sys-apps/which/which-2.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.14.ebuild,v 1.15 2004/02/23 00:54:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.14.ebuild,v 1.16 2004/03/23 18:51:48 mholzer Exp $ DESCRIPTION="Prints out location of specified executables that are in your path" HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" @@ -11,7 +11,6 @@ KEYWORDS="x86 amd64 ppc sparc alpha mips hppa " RDEPEND="virtual/glibc sys-apps/texinfo" -DEPEND="${RDEPEND}" S="${WORKDIR}/${P}" |