summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2008-01-18 21:40:02 +0000
committerAlfredo Tupone <tupone@gentoo.org>2008-01-18 21:40:02 +0000
commitca60c3bdfc4dc638ed3ede901106dd02cdb39f16 (patch)
treec8ddb839d15bbb09a047aa263a66eb3ad62e6ae2 /games-util
parentRestore keywords, since repoman wouldn't let me commit stable. (diff)
downloadgentoo-2-ca60c3bdfc4dc638ed3ede901106dd02cdb39f16.tar.gz
gentoo-2-ca60c3bdfc4dc638ed3ede901106dd02cdb39f16.tar.bz2
gentoo-2-ca60c3bdfc4dc638ed3ede901106dd02cdb39f16.zip
Missing pkg-config dependency. Bug #206436
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/gamepick/ChangeLog8
-rw-r--r--games-util/gamepick/gamepick-0.30.ebuild8
-rw-r--r--games-util/gamepick/gamepick-0.35.ebuild8
3 files changed, 16 insertions, 8 deletions
diff --git a/games-util/gamepick/ChangeLog b/games-util/gamepick/ChangeLog
index d377a2341a2c..018dd0600a7a 100644
--- a/games-util/gamepick/ChangeLog
+++ b/games-util/gamepick/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/gamepick
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v 1.7 2006/09/27 12:14:16 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v 1.8 2008/01/18 21:40:02 tupone Exp $
+
+ 18 Jan 2008; Tupone Alfredo <tupone@gentoo.org> gamepick-0.30.ebuild,
+ gamepick-0.35.ebuild:
+ Missing pkg-config dependency. Bug #206436 by Evil Compile Person
27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> gamepick-0.35.ebuild:
Fix ebuild and add KEYWORDS back
diff --git a/games-util/gamepick/gamepick-0.30.ebuild b/games-util/gamepick/gamepick-0.30.ebuild
index f7a6fd4ae5f2..b68702ff32d7 100644
--- a/games-util/gamepick/gamepick-0.30.ebuild
+++ b/games-util/gamepick/gamepick-0.30.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.30.ebuild,v 1.5 2005/09/30 18:45:12 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.30.ebuild,v 1.6 2008/01/18 21:40:02 tupone Exp $
inherit eutils games
@@ -13,7 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="=x11-libs/gtk+-2*"
+RDEPEND="=x11-libs/gtk+-2*"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_unpack() {
unpack ${A}
diff --git a/games-util/gamepick/gamepick-0.35.ebuild b/games-util/gamepick/gamepick-0.35.ebuild
index 6a2c7169027a..e21eeaab7d36 100644
--- a/games-util/gamepick/gamepick-0.35.ebuild
+++ b/games-util/gamepick/gamepick-0.35.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v 1.3 2006/09/27 12:14:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v 1.4 2008/01/18 21:40:02 tupone Exp $
inherit eutils games
@@ -13,7 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="=x11-libs/gtk+-2*"
+RDEPEND="=x11-libs/gtk+-2*"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_unpack() {
unpack ${A}