diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-08 14:35:39 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-08 14:35:39 +0000 |
commit | ffeaad77166c73d31ff1490026d4d76c3f3ceb31 (patch) | |
tree | bf8895590e932bd4a174d2e9c9d877a6139bf746 /app-emulation | |
parent | sharpen up intl dep (Manifest recommit) (diff) | |
download | gentoo-2-ffeaad77166c73d31ff1490026d4d76c3f3ceb31.tar.gz gentoo-2-ffeaad77166c73d31ff1490026d4d76c3f3ceb31.tar.bz2 gentoo-2-ffeaad77166c73d31ff1490026d4d76c3f3ceb31.zip |
Delete libasound.so.1
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild index ff93bdbab872..765cb1704773 100644 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild,v 1.1 2004/12/08 13:56:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild,v 1.2 2004/12/08 14:35:39 eradicator Exp $ DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64" HOMEPAGE="http://www.gentoo.org/" @@ -19,4 +19,6 @@ S=${WORKDIR} src_install() { cp -aRpvf ${WORKDIR}/* ${D}/ dobin ${FILESDIR}/aoss32 + # This was just a backwards compat lib, but it breaks stuff now + rm ${D}/emul/linux/x86/usr/lib/libasound.so.1 } |