summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2006-07-13 03:58:24 +0000
committerJoshua Kinard <kumba@gentoo.org>2006-07-13 03:58:24 +0000
commitce160f62b9ae5e66fc60046d68ac788aab6f2fec (patch)
treee42f7f1ff2202d1c5bcf037ff55cc984b4049805 /games-strategy/freeciv
parentMark 0.9.15 stable on ia64 (diff)
downloadgentoo-2-ce160f62b9ae5e66fc60046d68ac788aab6f2fec.tar.gz
gentoo-2-ce160f62b9ae5e66fc60046d68ac788aab6f2fec.tar.bz2
gentoo-2-ce160f62b9ae5e66fc60046d68ac788aab6f2fec.zip
Added x11-proto/xextproto to DEPEND to satisfy a need for shape.h, and marked unstable on mips.
(Portage version: 2.1-r1)
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r--games-strategy/freeciv/ChangeLog6
-rw-r--r--games-strategy/freeciv/freeciv-2.0.8.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog
index 3ff5a783c1e0..295e278387a5 100644
--- a/games-strategy/freeciv/ChangeLog
+++ b/games-strategy/freeciv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/freeciv
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.45 2006/03/22 22:35:48 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.46 2006/07/13 03:58:24 kumba Exp $
+
+ 13 Jul 2006; Joshua Kinard <kumba@gentoo.org> freeciv-2.0.8.ebuild:
+ Added x11-proto/xextproto to DEPEND to satisfy a need for shape.h, and
+ marked unstable on mips.
22 Mar 2006; <Tupone@gentoo.org> +files/freeciv.png, freeciv-2.0.8.ebuild:
Icon for menu entries, bug #125344 by Raymond Lewis Rebbeck
diff --git a/games-strategy/freeciv/freeciv-2.0.8.ebuild b/games-strategy/freeciv/freeciv-2.0.8.ebuild
index caf7ea0396e1..a28668fe1a9c 100644
--- a/games-strategy/freeciv/freeciv-2.0.8.ebuild
+++ b/games-strategy/freeciv/freeciv-2.0.8.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-strategy/freeciv/freeciv-2.0.8.ebuild,v 1.7 2006/03/22 22:35:48 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.8.ebuild,v 1.8 2006/07/13 03:58:24 kumba Exp $
inherit games
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.freeciv.org/pub/freeciv/stable/${MY_P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
+KEYWORDS="alpha amd64 ppc sparc x86 ~mips"
IUSE="alsa dedicated esd gtk nls readline sdl Xaw3d"
RDEPEND="sys-libs/zlib
@@ -57,7 +57,9 @@ RDEPEND="sys-libs/zlib
)
)"
DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )
+ || ( ( x11-proto/xextproto )
+ virtual/x11 )"
S=${WORKDIR}/${MY_P}