summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-01-22 19:39:46 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-01-22 19:39:46 +0000
commit205d852a08aa43826a54c1fc38a4482404400416 (patch)
treeca40ef441cab500ad11c020842f16e22fc98bdd9 /games-arcade/jumpnbump
parentJ. Christopher Six says in #119934: make sure objc-gc is disabled for newer v... (diff)
downloadgentoo-2-205d852a08aa43826a54c1fc38a4482404400416.tar.gz
gentoo-2-205d852a08aa43826a54c1fc38a4482404400416.tar.bz2
gentoo-2-205d852a08aa43826a54c1fc38a4482404400416.zip
Added modular X dependencies and closing bug #118727.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-arcade/jumpnbump')
-rw-r--r--games-arcade/jumpnbump/ChangeLog8
-rw-r--r--games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild9
2 files changed, 12 insertions, 5 deletions
diff --git a/games-arcade/jumpnbump/ChangeLog b/games-arcade/jumpnbump/ChangeLog
index 497206546eff..0ae4f602870f 100644
--- a/games-arcade/jumpnbump/ChangeLog
+++ b/games-arcade/jumpnbump/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/jumpnbump
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/jumpnbump/ChangeLog,v 1.11 2005/08/17 16:48:15 mr_bones_ Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/jumpnbump/ChangeLog,v 1.12 2006/01/22 19:39:46 wolf31o2 Exp $
+
+ 22 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ jumpnbump-1.50-r1.ebuild:
+ Added modular X dependencies and closing bug #118727.
17 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org>
jumpnbump-1.50-r1.ebuild:
diff --git a/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild b/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild
index 0d95f8dd0de9..51b7ef199f83 100644
--- a/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild
+++ b/games-arcade/jumpnbump/jumpnbump-1.50-r1.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-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild,v 1.4 2005/08/17 16:48:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild,v 1.5 2006/01/22 19:39:46 wolf31o2 Exp $
inherit eutils games
@@ -15,7 +15,10 @@ KEYWORDS="~amd64 ppc x86"
IUSE="X tcltk svga fbcon kde"
DEPEND="virtual/libc
- X? ( virtual/x11 )
+ X? (
+ || (
+ x11-libs/libXext
+ virtual/x11 ) )
>=media-libs/sdl-mixer-1.2
>=media-libs/libsdl-1.2
>=media-libs/sdl-net-1.2"