diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-11-30 19:47:49 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-11-30 19:47:49 +0000 |
commit | ce45a3b3f1d05547d8ba7a3e1155813ceb24e385 (patch) | |
tree | c480b4d4bb2e266e49d024d5159d0fde6e854cdd /games-strategy/freeciv | |
parent | Version bump to 0.4.1 Bug #200513 (diff) | |
download | gentoo-2-ce45a3b3f1d05547d8ba7a3e1155813ceb24e385.tar.gz gentoo-2-ce45a3b3f1d05547d8ba7a3e1155813ceb24e385.tar.bz2 gentoo-2-ce45a3b3f1d05547d8ba7a3e1155813ceb24e385.zip |
Removing unneeded dependency when dedicated. Bug #200840
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.0.9.ebuild | 10 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.1.1.ebuild | 10 |
3 files changed, 17 insertions, 9 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index 3ee2e4b8e231..86cc7223fca6 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/freeciv # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.64 2007/11/29 07:26:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.65 2007/11/30 19:47:49 tupone Exp $ + + 30 Nov 2007; Tupone Alfredo <tupone@gentoo.org> freeciv-2.0.9.ebuild, + freeciv-2.1.1.ebuild: + Removing unneeded dependency when dedicated. Bug #200840 by Luke-Jr *freeciv-2.1.1 (29 Nov 2007) diff --git a/games-strategy/freeciv/freeciv-2.0.9.ebuild b/games-strategy/freeciv/freeciv-2.0.9.ebuild index c231bbb82640..f849a98217b3 100644 --- a/games-strategy/freeciv/freeciv-2.0.9.ebuild +++ b/games-strategy/freeciv/freeciv-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.4 2007/05/12 09:15:35 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.5 2007/11/30 19:47:49 tupone Exp $ inherit eutils games @@ -43,9 +43,11 @@ RDEPEND="readline? ( sys-libs/readline ) )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - !dedicated? ( gtk? ( dev-util/pkgconfig ) ) - x11-proto/xextproto - media-libs/libpng" + !dedicated? ( + gtk? ( dev-util/pkgconfig ) + x11-proto/xextproto + media-libs/libpng + )" S=${WORKDIR}/${MY_P} diff --git a/games-strategy/freeciv/freeciv-2.1.1.ebuild b/games-strategy/freeciv/freeciv-2.1.1.ebuild index 02ec27fed194..8abcde0efa12 100644 --- a/games-strategy/freeciv/freeciv-2.1.1.ebuild +++ b/games-strategy/freeciv/freeciv-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.1 2007/11/29 07:26:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.2 2007/11/30 19:47:49 tupone Exp $ inherit eutils games @@ -49,9 +49,11 @@ RDEPEND="readline? ( sys-libs/readline ) )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - !dedicated? ( gtk? ( dev-util/pkgconfig ) ) - x11-proto/xextproto - media-libs/libpng" + !dedicated? ( + gtk? ( dev-util/pkgconfig ) + x11-proto/xextproto + media-libs/libpng + )" S=${WORKDIR}/${MY_P} |