summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-06 16:52:05 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-06 16:52:05 +0000
commiteb1611eaeebe3dc45818432f1f6e173b2716e51a (patch)
tree89f7f2fbadb1a5e7cf85ecc7210f52fd8969f35b /dev-util
parentUpdate to use mirror:// like urls in SRC_URI for gpsd (see bug #218657 for mo... (diff)
downloadgentoo-2-eb1611eaeebe3dc45818432f1f6e173b2716e51a.tar.gz
gentoo-2-eb1611eaeebe3dc45818432f1f6e173b2716e51a.tar.bz2
gentoo-2-eb1611eaeebe3dc45818432f1f6e173b2716e51a.zip
Move pkgconfig to DEPEND wrt #217278.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pida/ChangeLog5
-rw-r--r--dev-util/pida/pida-0.5.1.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/pida/ChangeLog b/dev-util/pida/ChangeLog
index 13a5c88798a4..4670ec73ac99 100644
--- a/dev-util/pida/ChangeLog
+++ b/dev-util/pida/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/pida
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.16 2008/01/19 12:53:28 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.17 2008/05/06 16:52:05 drac Exp $
+
+ 06 May 2008; Samuli Suominen <drac@gentoo.org> pida-0.5.1.ebuild:
+ Move pkgconfig to DEPEND wrt #217278.
19 Jan 2008; <welp@gentoo.org> pida-0.5.1.ebuild:
Add pkgconfig dep; bug 206248
diff --git a/dev-util/pida/pida-0.5.1.ebuild b/dev-util/pida/pida-0.5.1.ebuild
index d64e86fd058d..30be9abb0ce4 100644
--- a/dev-util/pida/pida-0.5.1.ebuild
+++ b/dev-util/pida/pida-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v 1.3 2008/01/19 12:53:28 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v 1.4 2008/05/06 16:52:05 drac Exp $
NEED_PYTHON=2.4
@@ -16,15 +16,16 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="gnome"
-DEPEND=">=dev-python/pygtk-2.8
+RDEPEND=">=dev-python/pygtk-2.8
>=dev-python/setuptools-0.6_rc3
dev-python/gnome-python
gnome? ( >=dev-python/gnome-python-extras-2.14.0-r1 )
>=x11-libs/vte-0.11.11-r2
>=dev-python/kiwi-1.9.1
- >=dev-util/pkgconfig-0.22"
-RDEPEND="${DEPEND}
>=app-editors/gvim-6.3"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
S=${WORKDIR}/${MY_P}
pkg_setup() {