diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 03:13:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 03:13:47 +0000 |
commit | 22fdc808ce4fe16f8a75b297ecd36ccfbe83feb4 (patch) | |
tree | 4f8c2a2df21d1384bc2cc7e0e11b36c707c7528e /sys-libs/lib-compat | |
parent | major syntax cleanup (Manifest recommit) (diff) | |
download | gentoo-2-22fdc808ce4fe16f8a75b297ecd36ccfbe83feb4.tar.gz gentoo-2-22fdc808ce4fe16f8a75b297ecd36ccfbe83feb4.tar.bz2 gentoo-2-22fdc808ce4fe16f8a75b297ecd36ccfbe83feb4.zip |
remove libsmpeg if USE=-sdl #66510
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.3.ebuild b/sys-libs/lib-compat/lib-compat-1.3.ebuild index 23031b988563..a5179cbc118c 100644 --- a/sys-libs/lib-compat/lib-compat-1.3.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.3.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/sys-libs/lib-compat/lib-compat-1.3.ebuild,v 1.5 2004/07/02 09:16:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.3.ebuild,v 1.6 2004/10/08 03:13:47 vapier Exp $ DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old" HOMEPAGE="http://www.gentoo.org/" @@ -9,6 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha" +IUSE="sdl" DEPEND="virtual/libc" @@ -24,6 +25,8 @@ src_unpack() { rm -f libstdc++-libc6.1-1.so.2 # 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 } src_install() { |