diff options
author | 2001-01-31 20:49:07 +0000 | |
---|---|---|
committer | 2001-01-31 20:49:07 +0000 | |
commit | bdf31f026ab1a7341012b0902f9498c7328320e5 (patch) | |
tree | 695652281d3b5ba8d0b1f334001f423cf2af9ba4 /sys-apps/sharutils | |
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/sharutils')
-rw-r--r-- | sys-apps/sharutils/sharutils-4.2.1-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild b/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild index 581dd3bd20a8..67d749aaed75 100644 --- a/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild +++ b/sys-apps/sharutils/sharutils-4.2.1-r2.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/sharutils/sharutils-4.2.1-r2.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $ P=sharutils-4.2.1 A=${P}.tar.gz @@ -9,9 +9,10 @@ S=${WORKDIR}/${P} DESCRIPTION="Tools to deal with shar archives" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/sharutils/${A} ftp://prep.ai.mit.edu/gnu/sharutils/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" +DEPEND="virtual/glibc + >=sys-devel/gettext-0.10.35" +RDEPEND="virtual/glibc + sys-apps/bash" src_compile() { try ./configure --host=${CHOST} --prefix=/usr |