diff options
author | 2003-03-06 18:54:01 +0000 | |
---|---|---|
committer | 2003-03-06 18:54:01 +0000 | |
commit | f0530c3e87bf3951f496758bea4c3696b5114b01 (patch) | |
tree | 499e5e73d163f13e7127a78640df081a4a09a415 /media-libs/alsa-lib | |
parent | Marking unstable for now. (diff) | |
download | historical-f0530c3e87bf3951f496758bea4c3696b5114b01.tar.gz historical-f0530c3e87bf3951f496758bea4c3696b5114b01.tar.bz2 historical-f0530c3e87bf3951f496758bea4c3696b5114b01.zip |
Einstall does not work any more. Changed to plain make.
Marking ~x86.
Diffstat (limited to 'media-libs/alsa-lib')
-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 |