diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-31 20:49:07 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-31 20:49:07 +0000 |
commit | bdf31f026ab1a7341012b0902f9498c7328320e5 (patch) | |
tree | 695652281d3b5ba8d0b1f334001f423cf2af9ba4 /sys-apps/fileutils | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.gz gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.bz2 gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/fileutils')
-rw-r--r-- | sys-apps/fileutils/fileutils-4.0.36-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild b/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild index d84e86622179..bb29966fcd71 100644 --- a/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild +++ b/sys-apps/fileutils/fileutils-4.0.36-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild,v 1.1 2001/01/18 20:16:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" src_compile() { #we are waiting for GNU fileutils 4.0.30 which will become standard in Gentoo 1.0 |