summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-02-24 01:28:44 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-02-24 01:28:44 +0000
commitea102780a85bc30d3177156f62ec6b5fd4ad3558 (patch)
tree3ea58d7d062884c5e2182a1062c3c27d2c32474b /games-arcade/koules/koules-1.4-r2.ebuild
parentupdated mgetty config paths per bug 166175 (diff)
downloadgentoo-2-ea102780a85bc30d3177156f62ec6b5fd4ad3558.tar.gz
gentoo-2-ea102780a85bc30d3177156f62ec6b5fd4ad3558.tar.bz2
gentoo-2-ea102780a85bc30d3177156f62ec6b5fd4ad3558.zip
Fix dependencies, bug #168179
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-arcade/koules/koules-1.4-r2.ebuild')
-rw-r--r--games-arcade/koules/koules-1.4-r2.ebuild28
1 files changed, 14 insertions, 14 deletions
diff --git a/games-arcade/koules/koules-1.4-r2.ebuild b/games-arcade/koules/koules-1.4-r2.ebuild
index 99d3b3483607..3b976c6c8cd0 100644
--- a/games-arcade/koules/koules-1.4-r2.ebuild
+++ b/games-arcade/koules/koules-1.4-r2.ebuild
@@ -1,38 +1,38 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v 1.3 2006/11/05 00:55:04 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v 1.4 2007/02/24 01:28:44 nyhm Exp $
inherit eutils games
DESCRIPTION="fast action arcade-style game w/sound and network support"
HOMEPAGE="http://www.ucw.cz/~hubicka/koules/English/"
SRC_URI="http://www.ucw.cz/~hubicka/koules/packages/koules${PV}-src.tar.gz
- mirror://gentoo/${P}-gcc3.patch.bz2
- http://dev.gentoo.org/~wolf31o2/sources/dump/${P}-gcc3.patch.bz2"
+ mirror://gentoo/${P}-gcc3.patch.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ppc x86"
-IUSE="svga joystick tk"
+IUSE="joystick svga tk"
-RDEPEND="|| (
- svga? ( media-libs/svgalib )
- (
+RDEPEND="svga? ( media-libs/svgalib )
+ !svga? (
x11-libs/libX11
x11-libs/libXext
- media-fonts/font-schumacher-misc )
+ media-fonts/font-schumacher-misc
)
- || (
- tk? ( dev-lang/tk dev-lang/tcl )
- dev-util/dialog )"
-
+ tk? (
+ dev-lang/tk
+ dev-lang/tcl
+ )
+ !tk? ( dev-util/dialog )"
DEPEND="${RDEPEND}
!svga? (
x11-proto/xextproto
x11-proto/xproto
x11-misc/gccmakedep
x11-misc/imake
- app-text/rman )"
+ app-text/rman
+ )"
S=${WORKDIR}/${PN}${PV}