summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2008-01-13 19:43:48 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2008-01-13 19:43:48 +0000
commit6800c067d250e0b29eeab04684e62fe57e54384f (patch)
treec7218b62dd31df60bbe62b2c347154a1efcf50b1 /dev-python/sexy-python
parentMarking nagios-2.10 ppc64 for bug 205570 (diff)
downloadgentoo-2-6800c067d250e0b29eeab04684e62fe57e54384f.tar.gz
gentoo-2-6800c067d250e0b29eeab04684e62fe57e54384f.tar.bz2
gentoo-2-6800c067d250e0b29eeab04684e62fe57e54384f.zip
Added dev-util/pkgconfig dep (bug #205668).
(Portage version: 2.1.4)
Diffstat (limited to 'dev-python/sexy-python')
-rw-r--r--dev-python/sexy-python/ChangeLog8
-rw-r--r--dev-python/sexy-python/sexy-python-0.1.9.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/sexy-python/ChangeLog b/dev-python/sexy-python/ChangeLog
index 4f9957fce38a..36e683abb7e9 100644
--- a/dev-python/sexy-python/ChangeLog
+++ b/dev-python/sexy-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/sexy-python
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.8 2007/12/22 13:48:19 dertobi123 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.9 2008/01/13 19:43:48 lucass Exp $
+
+ 13 Jan 2008; Lukasz Strzygowski <lucass@gentoo.org>
+ sexy-python-0.1.9.ebuild:
+ Added dev-util/pkgconfig dep (bug #205668).
22 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
sexy-python-0.1.9.ebuild:
diff --git a/dev-python/sexy-python/sexy-python-0.1.9.ebuild b/dev-python/sexy-python/sexy-python-0.1.9.ebuild
index 903f9a1c9117..fea23f7b623d 100644
--- a/dev-python/sexy-python/sexy-python-0.1.9.ebuild
+++ b/dev-python/sexy-python/sexy-python-0.1.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9.ebuild,v 1.8 2007/12/22 13:48:19 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9.ebuild,v 1.9 2008/01/13 19:43:48 lucass Exp $
DESCRIPTION="Python bindings for libsexy."
HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
@@ -11,9 +11,10 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND=">=x11-libs/libsexy-${PV}"
-RDEPEND="${DEPEND}
+RDEPEND=">=x11-libs/libsexy-${PV}
>=dev-python/pygtk-2.6.2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"