summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-02-10 20:43:47 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-02-10 20:43:47 +0000
commit62002e5726628a08b3976ce7c7c792a7223cf1a8 (patch)
tree99f3aa603e610cef62b88186d663f35122978431 /games-emulation/dgen-sdl
parentmodular-x-ified. (diff)
downloadgentoo-2-62002e5726628a08b3976ce7c7c792a7223cf1a8.tar.gz
gentoo-2-62002e5726628a08b3976ce7c7c792a7223cf1a8.tar.bz2
gentoo-2-62002e5726628a08b3976ce7c7c792a7223cf1a8.zip
Added RDEPEND to DEPEND so we pull in libsdl for building.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation/dgen-sdl')
-rw-r--r--games-emulation/dgen-sdl/ChangeLog5
-rw-r--r--games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/games-emulation/dgen-sdl/ChangeLog b/games-emulation/dgen-sdl/ChangeLog
index 6047d2282517..aefdffb313bb 100644
--- a/games-emulation/dgen-sdl/ChangeLog
+++ b/games-emulation/dgen-sdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/dgen-sdl
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.9 2006/02/10 19:32:00 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.10 2006/02/10 20:43:47 wolf31o2 Exp $
+
+ 10 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> dgen-sdl-1.23.ebuild:
+ Added RDEPEND to DEPEND so we pull in libsdl for building.
10 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> dgen-sdl-1.23.ebuild:
Added modular X dependencies and closing bug #121522.
diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
index 28b598f9a789..a884bc85e766 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-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.10 2006/02/10 19:32:00 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.11 2006/02/10 20:43:47 wolf31o2 Exp $
inherit eutils gnuconfig games
@@ -15,10 +15,11 @@ IUSE="X mmx opengl"
RDEPEND="media-libs/libsdl
opengl? ( virtual/opengl )"
-DEPEND="X? (
- || (
- x11-misc/imake
- virtual/x11 ) )
+DEPEND="${RDEPEND}
+ X? (
+ || (
+ x11-misc/imake
+ virtual/x11 ) )
dev-lang/nasm"
src_unpack() {