diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
commit | 2976aa64c576eb5d76d265f70f3a9097dfdeb3ac (patch) | |
tree | dc5a008a22e16e21bc4ea4f991bba0890fae4a1b /media-sound/shorten | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.gz historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.bz2 historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.zip |
Dependencie fixes
Diffstat (limited to 'media-sound/shorten')
-rw-r--r-- | media-sound/shorten/shorten-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/shorten/shorten-3.2.ebuild b/media-sound/shorten/shorten-3.2.ebuild index 7e2073a0602a..c30905b5ba49 100644 --- a/media-sound/shorten/shorten-3.2.ebuild +++ b/media-sound/shorten/shorten-3.2.ebuild @@ -1,12 +1,12 @@ # 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/media-sound/shorten/shorten-3.2.ebuild,v 1.1 2001/01/16 05:22:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.2.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Open source, popular and fast lossless audio compressor" SRC_URI="http://shnutils.freeshell.org/misc/shorten-3.2.tar.gz" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" src_unpack() { unpack ${A} |