diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-03-06 18:54:01 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-03-06 18:54:01 +0000 |
commit | 01c12186654b4a4fcda51aade34d5d64e2b79e33 (patch) | |
tree | 8ecc21fc9e5f4d54a216ffd03f8fbe923b2675fe /media-libs | |
parent | Marking unstable for now. (diff) | |
download | gentoo-2-01c12186654b4a4fcda51aade34d5d64e2b79e33.tar.gz gentoo-2-01c12186654b4a4fcda51aade34d5d64e2b79e33.tar.bz2 gentoo-2-01c12186654b4a4fcda51aade34d5d64e2b79e33.zip |
Einstall does not work any more. Changed to plain make.
Marking ~x86.
Diffstat (limited to 'media-libs')
-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 |