diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-03-10 08:20:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-03-10 08:20:21 +0000 |
commit | 4496491564f41886bd965838ba0bb235395aa33b (patch) | |
tree | ca99a4569b05273f2bde9334f1b73cf536df3364 /games-strategy | |
parent | bump (diff) | |
download | gentoo-2-4496491564f41886bd965838ba0bb235395aa33b.tar.gz gentoo-2-4496491564f41886bd965838ba0bb235395aa33b.tar.bz2 gentoo-2-4496491564f41886bd965838ba0bb235395aa33b.zip |
only require a gui toolkit when !dedicated (bug #460378)
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.3.3.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.3.4.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index a900203e484e..ad17f65aa6a2 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/freeciv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.143 2013/02/16 22:27:27 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.144 2013/03/10 08:20:21 mr_bones_ Exp $ + + 10 Mar 2013; Michael Sterrett <mr_bones_@gentoo.org> freeciv-2.3.3.ebuild, + freeciv-2.3.4.ebuild: + only require a gui toolkit when !dedicated (bug #460378) *freeciv-2.3.4 (16 Feb 2013) diff --git a/games-strategy/freeciv/freeciv-2.3.3.ebuild b/games-strategy/freeciv/freeciv-2.3.3.ebuild index 75885cc297f0..12e9ff36f98f 100644 --- a/games-strategy/freeciv/freeciv-2.3.3.ebuild +++ b/games-strategy/freeciv/freeciv-2.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.3.ebuild,v 1.3 2012/12/31 20:05:09 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.3.ebuild,v 1.4 2013/03/10 08:20:21 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils games-ggz games @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="auth dedicated ggz +gtk ipv6 nls readline sdl +sound" -REQUIRED_USE="|| ( gtk sdl )" +REQUIRED_USE="!dedicated? ( || ( gtk sdl ) )" RDEPEND="readline? ( sys-libs/readline ) sys-libs/zlib diff --git a/games-strategy/freeciv/freeciv-2.3.4.ebuild b/games-strategy/freeciv/freeciv-2.3.4.ebuild index 7011c52d3dae..d1ad229dd352 100644 --- a/games-strategy/freeciv/freeciv-2.3.4.ebuild +++ b/games-strategy/freeciv/freeciv-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild,v 1.1 2013/02/16 22:27:27 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild,v 1.2 2013/03/10 08:20:21 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils games-ggz games @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="auth dedicated ggz +gtk ipv6 nls readline sdl +sound" -REQUIRED_USE="|| ( gtk sdl )" +REQUIRED_USE="!dedicated? ( || ( gtk sdl ) )" RDEPEND="readline? ( sys-libs/readline ) sys-libs/zlib |