diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-11-05 16:47:39 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-11-05 16:47:39 +0000 |
commit | e84f22717b344d0c1e7d4682511e78dbae557b93 (patch) | |
tree | 37b7245e4e55b737df1a158a9e2205577d95625c /media-sound/alsa-driver | |
parent | small fix (diff) | |
download | historical-e84f22717b344d0c1e7d4682511e78dbae557b93.tar.gz historical-e84f22717b344d0c1e7d4682511e78dbae557b93.tar.bz2 historical-e84f22717b344d0c1e7d4682511e78dbae557b93.zip |
set -ppc (doesn't work)
Diffstat (limited to 'media-sound/alsa-driver')
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild index ec950917ad3d..bac644207a56 100644 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild,v 1.7 2002/11/03 06:17:09 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild,v 1.8 2002/11/05 16:47:39 gerk Exp $ DESCRIPTION="Advanced Linux Sound Architecture kernel modules" HOMEPAGE="http://www.alsa-project.org/" @@ -23,7 +23,7 @@ DEPEND="sys-devel/autoconf PROVIDE="virtual/alsa" SLOT="0.9" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 -ppc" SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}.tar.bz2" S=${WORKDIR}/${P/_rc/rc} |