diff options
author | 2001-01-31 20:49:07 +0000 | |
---|---|---|
committer | 2001-01-31 20:49:07 +0000 | |
commit | be3eb5e24a1ee9b920f5abc0395377870260323f (patch) | |
tree | 738e86242e5972111efda01394d9d1604355edaf /sys-apps/debianutils | |
parent | *** empty log message *** (diff) | |
download | historical-be3eb5e24a1ee9b920f5abc0395377870260323f.tar.gz historical-be3eb5e24a1ee9b920f5abc0395377870260323f.tar.bz2 historical-be3eb5e24a1ee9b920f5abc0395377870260323f.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/debianutils-1.13.3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild index c199fb275aa4..7d795a805d6c 100644 --- a/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild +++ b/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild,v 1.4 2000/11/30 23:14:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild,v 1.5 2001/01/31 20:49:06 achim Exp $ P=debianutils-1.13.3 A=debianutils_1.13.3.tar.gz @@ -9,9 +9,9 @@ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" +DEPEND="virtual/glibc" +RDEPEND="virtual/glibc + sys-apps/bash" src_compile() { try pmake |