summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-99999999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-99999999.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-99999999.ebuild
new file mode 100644
index 000000000..d25b99fb1
--- /dev/null
+++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-99999999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+DESCRIPTION="Metapackage to provide 32bit libraries via multilib"
+HOMEPAGE="http://www.gentoo.org/"
+LICENSE="GPL-2"
+
+KEYWORDS="-* amd64"
+SLOT="0"
+IUSE="-nodep"
+
+
+RDEPEND="
+!nodep? (
+ >=app-emulation/emul-linux-x86-baselibs-20081109
+ >=app-emulation/emul-linux-x86-soundlibs-20081109
+ >=app-emulation/emul-linux-x86-xlibs-20081109
+ media-libs/speex[lib32]
+)
+"