diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 01:26:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 01:26:49 +0000 |
commit | e3e48eee1e3f7b21c0a20f59ee17f6e93b52f974 (patch) | |
tree | 9103a5beb0d11362a73097f8be83085b080a645e /games-emulation | |
parent | sync IUSE (Manifest recommit) (diff) | |
download | gentoo-2-e3e48eee1e3f7b21c0a20f59ee17f6e93b52f974.tar.gz gentoo-2-e3e48eee1e3f7b21c0a20f59ee17f6e93b52f974.tar.bz2 gentoo-2-e3e48eee1e3f7b21c0a20f59ee17f6e93b52f974.zip |
IUSE; fix depends
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/openmsx/openmsx-0.3.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-emulation/openmsx/openmsx-0.3.4.ebuild b/games-emulation/openmsx/openmsx-0.3.4.ebuild index 36f6945f3f9f..84a26e336be9 100644 --- a/games-emulation/openmsx/openmsx-0.3.4.ebuild +++ b/games-emulation/openmsx/openmsx-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.3.4.ebuild,v 1.3 2004/03/01 14:33:12 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.3.4.ebuild,v 1.4 2004/05/27 01:26:49 mr_bones_ Exp $ inherit games flag-o-matic @@ -11,14 +11,17 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ~ppc" +IUSE="" -DEPEND="dev-libs/libxml2 +RDEPEND="dev-libs/libxml2 media-libs/libpng sys-libs/zlib media-libs/sdl-image media-libs/libsdl virtual/x11 virtual/opengl" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} |