diff options
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild index 1c9cb128a27f..2122c434ca0b 100644 --- a/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild,v 1.2 2003/03/06 18:52:27 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild,v 1.3 2003/03/06 18:54:01 agenkin Exp $ inherit libtool @@ -8,7 +8,7 @@ DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="http://www.alsa-project.org/" SLOT="0" -KEYWORDS="-x86" +KEYWORDS="~x86" LICENSE="GPL-2 LGPL-2.1" DEPEND="virtual/glibc" @@ -24,8 +24,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die - #einstall || die "Installation Failed" + make DESTDIR=${D} install || die #This alsa version does not provide libasound.so.1 #Without this library just about everything even remotely |