summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-02-10 19:32:00 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-02-10 19:32:00 +0000
commit84e307286c647729fb40e7b8b74e55c2ffc42fd1 (patch)
treef084d792fe587b26aa8af194404ed1209a26afff /games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
parentversion bump. modular-X-ified (diff)
downloadgentoo-2-84e307286c647729fb40e7b8b74e55c2ffc42fd1.tar.gz
gentoo-2-84e307286c647729fb40e7b8b74e55c2ffc42fd1.tar.bz2
gentoo-2-84e307286c647729fb40e7b8b74e55c2ffc42fd1.zip
Added modular X dependencies and closing bug #121522.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild')
-rw-r--r--games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
index eb1b402cec55..28b598f9a789 100644
--- a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
+++ b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.9 2005/12/25 03:40:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.10 2006/02/10 19:32:00 wolf31o2 Exp $
inherit eutils gnuconfig games
@@ -14,9 +14,11 @@ KEYWORDS="x86"
IUSE="X mmx opengl"
RDEPEND="media-libs/libsdl
- X? ( virtual/x11 )
opengl? ( virtual/opengl )"
-DEPEND="${DEPEND}
+DEPEND="X? (
+ || (
+ x11-misc/imake
+ virtual/x11 ) )
dev-lang/nasm"
src_unpack() {