diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-07 09:31:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-07 09:31:44 +0000 |
commit | 84f0760a633cd267dfb3cc66e149c6ac230ae3d3 (patch) | |
tree | 602013bd321e0107efd71a138e852723f7acbcaf /sys-libs | |
parent | copyright update (diff) | |
download | gentoo-2-84f0760a633cd267dfb3cc66e149c6ac230ae3d3.tar.gz gentoo-2-84f0760a633cd267dfb3cc66e149c6ac230ae3d3.tar.bz2 gentoo-2-84f0760a633cd267dfb3cc66e149c6ac230ae3d3.zip |
dont install smpeg #118142
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.4.ebuild b/sys-libs/lib-compat/lib-compat-1.4.ebuild index 9df62d7151cf..7851de4a2bd8 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.4 2005/05/10 21:55:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.5 2006/01/07 09:31:44 vapier Exp $ DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old" HOMEPAGE="http://www.gentoo.org/" @@ -27,7 +27,7 @@ src_unpack() { # No package installs this one, so no need for the .dummy mv -f libstdc++.so.2.9.dummy libstdc++.so.2.9.0 # dont install if they dont want sdl - use sdl || rm -f libsmpeg-0.4.so.0.dummy + rm -f libsmpeg-0.4.so.0.dummy } src_install() { |