diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-09 00:01:07 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-09 00:01:07 +0000 |
commit | a506f9a85d1e8734cdcaf85deb78862251da86b8 (patch) | |
tree | 6ac23d335ee4b3e142b19e155af7987b370dec54 /media-sound/sox | |
parent | *** empty log message *** (diff) | |
download | historical-a506f9a85d1e8734cdcaf85deb78862251da86b8.tar.gz historical-a506f9a85d1e8734cdcaf85deb78862251da86b8.tar.bz2 historical-a506f9a85d1e8734cdcaf85deb78862251da86b8.zip |
Dep fix
Diffstat (limited to 'media-sound/sox')
-rw-r--r-- | media-sound/sox/sox-12.17.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/sox/sox-12.17.1.ebuild b/media-sound/sox/sox-12.17.1.ebuild index 3645818a55fa..6d5384648ee4 100644 --- a/media-sound/sox/sox-12.17.1.ebuild +++ b/media-sound/sox/sox-12.17.1.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/media-sound/sox/sox-12.17.1.ebuild,v 1.4 2001/02/01 19:30:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.1.ebuild,v 1.5 2001/05/09 00:01:07 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,8 +9,7 @@ DESCRIPTION="The swiss army knife of sound processing programs" SRC_URI="http://download.sourceforge.net/sox/${A}" HOMEPAGE="http://home.sprynet.com/~cgabwell/sox.html" -DEPEND=">=sys-libs/glibc-2.1.3 - virtual/kernel" +DEPEND="virtual/glibc" src_compile() { |