diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-01-18 23:27:17 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-01-18 23:27:17 +0000 |
commit | 245067323bc2699dd56caf5ddeaf841fe0ff1720 (patch) | |
tree | 6ccbfa30a5345f335542ee19d701b1a42449f0a9 /media-sound | |
parent | minor fixes and cleanups (diff) | |
download | historical-245067323bc2699dd56caf5ddeaf841fe0ff1720.tar.gz historical-245067323bc2699dd56caf5ddeaf841fe0ff1720.tar.bz2 historical-245067323bc2699dd56caf5ddeaf841fe0ff1720.zip |
small DEPEND fix; depended on alsa even if it not in USE
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/sox/sox-12.17.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/sox/sox-12.17.1.ebuild b/media-sound/sox/sox-12.17.1.ebuild index 556c8ce862d6..b1cadb827949 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.8 2001/07/01 15:59:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.1.ebuild,v 1.9 2002/01/18 23:27:17 azarah Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +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="virtual/glibc virtual/alsa" +DEPEND="virtual/glibc alsa? ( virtual/alsa )" src_compile() { local myconf |