summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-12-06 19:43:15 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-12-06 19:43:15 +0000
commit1e68b4d679873167f7e3238d90ba92ec5de0dac0 (patch)
tree6c8b535a98224a79800f2e22d28347e6924e1084 /games-roguelike/zangband/zangband-2.7.4b.ebuild
parentVersion bump (diff)
downloadgentoo-2-1e68b4d679873167f7e3238d90ba92ec5de0dac0.tar.gz
gentoo-2-1e68b4d679873167f7e3238d90ba92ec5de0dac0.tar.bz2
gentoo-2-1e68b4d679873167f7e3238d90ba92ec5de0dac0.zip
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-roguelike/zangband/zangband-2.7.4b.ebuild')
-rw-r--r--games-roguelike/zangband/zangband-2.7.4b.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/games-roguelike/zangband/zangband-2.7.4b.ebuild b/games-roguelike/zangband/zangband-2.7.4b.ebuild
index 0767ddad2e07..6368412aa11a 100644
--- a/games-roguelike/zangband/zangband-2.7.4b.ebuild
+++ b/games-roguelike/zangband/zangband-2.7.4b.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-roguelike/zangband/zangband-2.7.4b.ebuild,v 1.4 2006/11/05 01:31:22 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4b.ebuild,v 1.5 2006/12/06 19:43:15 wolf31o2 Exp $
inherit games
@@ -13,21 +13,17 @@ SLOT="0"
KEYWORDS="x86 ppc"
IUSE="gtk tk"
-# Dropping X use keyword:
-# it had to be $(use_with X x11)
-# but ebuild fails to link without-x11
RDEPEND=">=sys-libs/ncurses-5
sys-libs/zlib
tk? (
dev-lang/tcl
- dev-lang/tk
- )
+ dev-lang/tk )
gtk? ( =x11-libs/gtk+-1* )
- || ( x11-libs/libXaw virtual/x11 )"
+ x11-libs/libXaw"
DEPEND="${RDEPEND}
- || ( x11-proto/xextproto virtual/x11 )"
+ x11-proto/xextproto"
-S="${WORKDIR}/${PN}"
+S=${WORKDIR}/${PN}
src_compile() {
egamesconf \