diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-07-30 03:33:10 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-07-30 03:33:10 +0000 |
commit | a7d542370d9b1bbd6543af44765d7b2cc75c14e2 (patch) | |
tree | 99648d4e709ac176b3cf672ffe92c11b1fc1c1af | |
parent | New upstream version (diff) | |
download | gentoo-2-a7d542370d9b1bbd6543af44765d7b2cc75c14e2.tar.gz gentoo-2-a7d542370d9b1bbd6543af44765d7b2cc75c14e2.tar.bz2 gentoo-2-a7d542370d9b1bbd6543af44765d7b2cc75c14e2.zip |
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)
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 7 | ||||
-rw-r--r-- | 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 <kumba@gentoo.org> 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 <kumba@gentoo.org> 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 |