diff options
Diffstat (limited to 'media-sound/alsa-driver/alsa-driver-1.0.4.ebuild')
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-1.0.4.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.4.ebuild index 776d400b9256..f33be8aa326d 100644 --- a/media-sound/alsa-driver/alsa-driver-1.0.4.ebuild +++ b/media-sound/alsa-driver/alsa-driver-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.4.ebuild,v 1.6 2004/06/24 23:48:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.4.ebuild,v 1.7 2004/07/21 16:24:05 mholzer Exp $ inherit kernel-mod flag-o-matic @@ -33,7 +33,7 @@ KEYWORDS="~x86 ~ppc -sparc ~amd64 ~alpha ~ia64" MY_P=${P/_rc/rc} SRC_URI="mirror://alsaproject/driver/${P}.tar.bz2" -RESTRICT="nomirror" # nouserpriv is neccessary for 2.6.x kernels... Hopefully the ALSA guys will figure out another way to do this... +# nouserpriv is neccessary for 2.6.x kernels... Hopefully the ALSA guys will figure out another way to do this... S=${WORKDIR}/${MY_P} src_unpack() { |