diff options
Diffstat (limited to 'sys-apps/star/star-1.3_alpha8.ebuild')
-rw-r--r-- | sys-apps/star/star-1.3_alpha8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/star/star-1.3_alpha8.ebuild b/sys-apps/star/star-1.3_alpha8.ebuild index 3ed9ae4459dc..772bae80bdeb 100644 --- a/sys-apps/star/star-1.3_alpha8.ebuild +++ b/sys-apps/star/star-1.3_alpha8.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/star/star-1.3_alpha8.ebuild,v 1.1 2001/01/01 21:58:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/star/star-1.3_alpha8.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $ A=star-1.3a8.tar.gz S=${WORKDIR}/star-1.3 @@ -9,7 +9,7 @@ S=${WORKDIR}/star-1.3 DESCRIPTION="Includes star, an enhanced (world\'s fastest) tar, as well as enhanced mt/rmt" SRC_URI="ftp://ftp.fokus.gmd.de/pub/unix/star/alpha/${A}" HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" src_unpack() { unpack ${A} |