diff options
author | 2006-03-29 16:13:01 +0000 | |
---|---|---|
committer | 2006-03-29 16:13:01 +0000 | |
commit | 3e22d45ea7156e19e6409ba97d9c79687fc2729f (patch) | |
tree | aa11cab5f425b6bfc110ab8d750de4725472cb7f /games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild | |
parent | Mark 0.8.1 ~ia64 (diff) | |
download | historical-3e22d45ea7156e19e6409ba97d9c79687fc2729f.tar.gz historical-3e22d45ea7156e19e6409ba97d9c79687fc2729f.tar.bz2 historical-3e22d45ea7156e19e6409ba97d9c79687fc2729f.zip |
more for kde (bug #127986)
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild')
-rw-r--r-- | games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild b/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild index 51b7ef199f83..cfd565d6917c 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-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.5 2006/01/22 19:39:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild,v 1.6 2006/03/29 16:13:01 mr_bones_ Exp $ inherit eutils games @@ -14,11 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="X tcltk svga fbcon kde" -DEPEND="virtual/libc - X? ( +DEPEND="X? ( || ( x11-libs/libXext - virtual/x11 ) ) + virtual/x11 ) + kde? ( kde-base/kdialog ) ) >=media-libs/sdl-mixer-1.2 >=media-libs/libsdl-1.2 >=media-libs/sdl-net-1.2" |