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 | 2779c80058691310ccecf2d2e1244dc356f74e34 (patch) | |
tree | bd6daefb6e7e4317093b2b200d628a84d7579afd /media-libs/alsa-lib | |
parent | rc3 fixes (diff) | |
download | historical-2779c80058691310ccecf2d2e1244dc356f74e34.tar.gz historical-2779c80058691310ccecf2d2e1244dc356f74e34.tar.bz2 historical-2779c80058691310ccecf2d2e1244dc356f74e34.zip |
rc3 fixes
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.5.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.5.9-r2.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.9-r2.ebuild index ec74fa93a0a6..c48854e63db4 100644 --- a/media-libs/alsa-lib/alsa-lib-0.5.9-r2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.5.9-r2.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-libs/alsa-lib/alsa-lib-0.5.9-r2.ebuild,v 1.4 2000/12/04 13:07:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.9-r2.ebuild,v 1.5 2000/12/08 17:21:49 achim Exp $ P=alsa-lib-0.5.9 A=${P}.tar.bz2 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.alsa-project.org/pub/lib/"${A} HOMEPAGE="http://www.alsa-project.org/" 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_unpack() { |