From a7d542370d9b1bbd6543af44765d7b2cc75c14e2 Mon Sep 17 00:00:00 2001 From: Joshua Kinard Date: Sun, 30 Jul 2006 03:33:10 +0000 Subject: Add pkgconfig as a DEP because freeciv needs it to find gtk. If gtk is merged from binpkg, the possibility exists for pkgconfig to not get merged due to being only in gtk's DEP and not RDEP. (Portage version: 2.1.1_pre3-r5) --- games-strategy/freeciv/ChangeLog | 7 ++++++- games-strategy/freeciv/freeciv-2.0.8.ebuild | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index 295e278387a5..4f89c28731ee 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,11 @@ # 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.46 2006/07/13 03:58:24 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.47 2006/07/30 03:33:10 kumba Exp $ + + 30 Jul 2006; Joshua Kinard freeciv-2.0.8.ebuild: + Add pkgconfig as a DEP because freeciv needs it to find gtk. If gtk is + merged from binpkg, the possibility exists for pkgconfig to not get merged + due to being only in gtk's DEP and not RDEP. 13 Jul 2006; Joshua Kinard freeciv-2.0.8.ebuild: Added x11-proto/xextproto to DEPEND to satisfy a need for shape.h, and diff --git a/games-strategy/freeciv/freeciv-2.0.8.ebuild b/games-strategy/freeciv/freeciv-2.0.8.ebuild index 06c5237754b1..10ffe06d61d0 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.9 2006/07/13 04:50:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.8.ebuild,v 1.10 2006/07/30 03:33:10 kumba Exp $ inherit games @@ -25,6 +25,7 @@ RDEPEND="sys-libs/zlib readline? ( sys-libs/readline ) !dedicated? ( gtk? ( + >=dev-util/pkgconfig-0.9 >=x11-libs/gtk+-2.0.0 >=dev-libs/glib-2.0.0 >=dev-libs/atk-1.0.3 -- cgit v1.2.3-65-gdbad