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 | be3eb5e24a1ee9b920f5abc0395377870260323f (patch) | |
tree | 738e86242e5972111efda01394d9d1604355edaf /sys-apps/gzip | |
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/gzip')
-rw-r--r-- | sys-apps/gzip/gzip-1.2.4a-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild b/sys-apps/gzip/gzip-1.2.4a-r1.ebuild index 00a547736ba5..1a7df3b1fd26 100644 --- a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild +++ b/sys-apps/gzip/gzip-1.2.4a-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/gzip/gzip-1.2.4a-r1.ebuild,v 1.7 2000/12/24 09:55:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r1.ebuild,v 1.8 2001/01/31 20:49:07 achim Exp $ P=gzip-1.2.4a A=${P}.tar.gz @@ -10,9 +10,9 @@ DESCRIPTION="Standard GNU compressor" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gzip/${A} ftp://prep.ai.mit.edu/gnu/gzip/${A}" HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" -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 ./configure --host=${CHOST} --prefix=/usr --exec-prefix=/ |