diff options
author | 2001-07-13 15:47:11 +0000 | |
---|---|---|
committer | 2001-07-13 15:47:11 +0000 | |
commit | 93eb92f4a7e3866a435d36b699039946c212268d (patch) | |
tree | 9c13b802fe35d28109deb5b9e03a5db187ef9130 /media-sound | |
parent | New version (diff) | |
download | historical-93eb92f4a7e3866a435d36b699039946c212268d.tar.gz historical-93eb92f4a7e3866a435d36b699039946c212268d.tar.bz2 historical-93eb92f4a7e3866a435d36b699039946c212268d.zip |
ext3 update, other things
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-0.5.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild index 5c1133684646..4e98f843fe89 100644 --- a/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild,v 1.2 2001/07/13 04:16:50 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild,v 1.3 2001/07/13 15:47:11 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Advanced Linux Sound Architecture modules" SRC_URI="ftp://ftp.alsa-project.org/pub/driver/alsa-driver-${PV}.tar.bz2" HOMEPAGE="http://www.alsa-project.org" -#add kernel includes dependency when we have one -DEPEND="sys-devel/autoconf virtual/glibc sys-kernel/linux-headers" +#virtual/glibc should depend on specific kernel headers +DEPEND="sys-devel/autoconf virtual/glibc" PROVIDE="virtual/alsa" #might be good to roll this into Portage at some point. |