diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
commit | 6cdf83ad556c2709f36e6a4d000ca10360bb3614 (patch) | |
tree | 96f7864296b8d7bdb9ebef09336e9057cc84615c /sys-apps/which | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.gz historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.bz2 historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/which')
-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 827dd09041ae..debba725e153 100644 --- a/sys-apps/which/which-2.14.ebuild +++ b/sys-apps/which/which-2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.18 2004/07/01 21:44:33 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.14.ebuild,v 1.19 2004/07/15 02:47:32 agriffis Exp $ DESCRIPTION="Prints out location of specified executables that are in your path" HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" @@ -8,12 +8,11 @@ SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc sparc alpha mips hppa " +IUSE="" RDEPEND="virtual/libc sys-apps/texinfo" -S="${WORKDIR}/${P}" - src_unpack() { unpack ${A} cd ${S} |