summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-09-12 15:38:10 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-09-12 15:38:10 +0000
commit2d9889393b717b9f3618ce46e6b5690542e30574 (patch)
tree96eb30c5e6bfde1481c35d3d63664f335fa1372a
parent[app-emulation/libvirt-0.8.3-r1] Added missing dev-libs/libnl dep. (diff)
downloadgentoo-2-2d9889393b717b9f3618ce46e6b5690542e30574.tar.gz
gentoo-2-2d9889393b717b9f3618ce46e6b5690542e30574.tar.bz2
gentoo-2-2d9889393b717b9f3618ce46e6b5690542e30574.zip
Stable on amd64 wrt bug #335827
(Portage version: 2.2_rc78/cvs/Linux x86_64)
-rw-r--r--games-strategy/freeciv/ChangeLog5
-rw-r--r--games-strategy/freeciv/freeciv-2.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog
index 59825d370c7e..1cd2f2062e96 100644
--- a/games-strategy/freeciv/ChangeLog
+++ b/games-strategy/freeciv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/freeciv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.117 2010/09/06 20:18:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.118 2010/09/12 15:38:10 hwoarang Exp $
+
+ 12 Sep 2010; Markos Chandras <hwoarang@gentoo.org> freeciv-2.2.2.ebuild:
+ Stable on amd64 wrt bug #335827
06 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> freeciv-2.2.2.ebuild:
x86 stable wrt bug #335827
diff --git a/games-strategy/freeciv/freeciv-2.2.2.ebuild b/games-strategy/freeciv/freeciv-2.2.2.ebuild
index 3be5b87ee33e..4c2f68cbf0f9 100644
--- a/games-strategy/freeciv/freeciv-2.2.2.ebuild
+++ b/games-strategy/freeciv/freeciv-2.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.2.ebuild,v 1.2 2010/09/06 20:18:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.2.ebuild,v 1.3 2010/09/12 15:38:10 hwoarang Exp $
EAPI=2
inherit eutils gnome2-utils games-ggz games
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="auth dedicated ggz gtk ipv6 nls readline sdl +sound"
RDEPEND="readline? ( sys-libs/readline )