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 | 16c87d639621fb602b8c7bc0aaf568ea48bdb532 (patch) | |
tree | ea795146a57706aa97083ebfdf86c3f7449fa766 /media-sound/sox | |
parent | minor fixes and cleanups (diff) | |
download | gentoo-2-16c87d639621fb602b8c7bc0aaf568ea48bdb532.tar.gz gentoo-2-16c87d639621fb602b8c7bc0aaf568ea48bdb532.tar.bz2 gentoo-2-16c87d639621fb602b8c7bc0aaf568ea48bdb532.zip |
small DEPEND fix; depended on alsa even if it not in USE
Diffstat (limited to 'media-sound/sox')
-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 |