diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-08 17:21:49 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-08 17:21:49 +0000 |
commit | 0c19b73a65b8b86e91a8b4f0df8fee2ef5839624 (patch) | |
tree | cb629bd9fb597480a2863de7c6408ccf96fb9feb /media-sound/sox | |
parent | New category for the bootdisk kernels (diff) | |
download | gentoo-2-0c19b73a65b8b86e91a8b4f0df8fee2ef5839624.tar.gz gentoo-2-0c19b73a65b8b86e91a8b4f0df8fee2ef5839624.tar.bz2 gentoo-2-0c19b73a65b8b86e91a8b4f0df8fee2ef5839624.zip |
rc3 fixes
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 17c30ff2e863..a8554a57999f 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.2 2000/12/04 13:08:38 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.1.ebuild,v 1.3 2000/12/08 17:21:49 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ SRC_URI="http://download.sourceforge.net/sox/${A}" HOMEPAGE="http://home.sprynet.com/~cgabwell/sox.html" DEPEND=">=sys-libs/glibc-2.1.3 - || ( >=media-sound/alsa-driver-0.5.9 >=sys-kernel/linux-2.4.0_rc11 )" + || ( >=media-sound/alsa-driver-0.5.9 >=sys-kernel/linux-2.4.0_rc10 )" src_compile() { |