diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 21:44:58 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 21:44:58 +0000 |
commit | cf94d64feb998154b6e725894e3d150e1d45f3e1 (patch) | |
tree | 25c0ffc703b2b88099738a0591c82244c3229f44 /sys-apps/which | |
parent | virtual/glibc -> virtual/libc, add IUSE (diff) | |
download | historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.tar.gz historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.tar.bz2 historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/which/which-2.14.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/which/which-2.16.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index de5a4ae88bee..84e69c01d612 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/which # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.21 2004/06/24 22:32:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.22 2004/07/01 21:44:33 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> which-2.14.ebuild, + which-2.16.ebuild: + virtual/glibc -> virtual/libc 23 Mar 2004; Martin Holzer <mholzer@gentoo.org> which-2.14.ebuild: fixing depend qa issue. see 45343. diff --git a/sys-apps/which/which-2.14.ebuild b/sys-apps/which/which-2.14.ebuild index ba15e3d1ac6c..827dd09041ae 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.17 2004/06/24 22:32:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.14.ebuild,v 1.18 2004/07/01 21:44:33 eradicator Exp $ DESCRIPTION="Prints out location of specified executables that are in your path" HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc sparc alpha mips hppa " -RDEPEND="virtual/glibc +RDEPEND="virtual/libc sys-apps/texinfo" S="${WORKDIR}/${P}" diff --git a/sys-apps/which/which-2.16.ebuild b/sys-apps/which/which-2.16.ebuild index 4bed3d243ebb..ae0e6b9189a1 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 Foundation # 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.14 2004/06/24 22:32:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.15 2004/07/01 21:44:33 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc sys-apps/texinfo" src_unpack() { |