summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-23 18:55:03 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-23 18:55:03 +0000
commit777c2e1ca777a7335cf3c44fde51553c993a281c (patch)
treef2b86ec9bf025bf5956507e8b030517280d91352 /sys-apps/which
parentfixing depend qa issue. see 45343. (diff)
downloadhistorical-777c2e1ca777a7335cf3c44fde51553c993a281c.tar.gz
historical-777c2e1ca777a7335cf3c44fde51553c993a281c.tar.bz2
historical-777c2e1ca777a7335cf3c44fde51553c993a281c.zip
fixing depend qa issue. see 45343.
Diffstat (limited to 'sys-apps/which')
-rw-r--r--sys-apps/which/ChangeLog5
-rw-r--r--sys-apps/which/which-2.14.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog
index bbac5edaa84c..bd6697e8cc78 100644
--- a/sys-apps/which/ChangeLog
+++ b/sys-apps/which/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/which
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.19 2004/03/05 18:16:20 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.20 2004/03/23 18:51:48 mholzer Exp $
+
+ 23 Mar 2004; Martin Holzer <mholzer@gentoo.org> which-2.14.ebuild:
+ fixing depend qa issue. see 45343.
02 Mar 2004; Brian Jackson <iggy@gentoo.org> which-2.16.ebuild:
adding initial s390 support
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}"