From 9d149cca1bf9fff3233a89a2d538b082ad9b556f Mon Sep 17 00:00:00 2001 From: Arcady Genkin Date: Thu, 6 Mar 2003 18:52:27 +0000 Subject: Marking unstable for now. --- media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'media-libs/alsa-lib') 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 78386d6bbaad..1c9cb128a27f 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.1 2003/03/06 18:50:41 agenkin Exp $ +# $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 $ 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,7 +24,8 @@ src_compile() { } src_install() { - einstall || die "Installation Failed" + make DESTDIR=${D} install || die + #einstall || die "Installation Failed" #This alsa version does not provide libasound.so.1 #Without this library just about everything even remotely -- cgit v1.2.3-65-gdbad