summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-04-08 23:11:05 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-04-08 23:11:05 +0000
commiteedd7394f175490028ba2182eb65ad6171da1494 (patch)
treeb7022d55edc8d2e7271a328b8e2b75b354eb814b /dev-python/sexy-python
parentfix digest (diff)
downloadgentoo-2-eedd7394f175490028ba2182eb65ad6171da1494.tar.gz
gentoo-2-eedd7394f175490028ba2182eb65ad6171da1494.tar.bz2
gentoo-2-eedd7394f175490028ba2182eb65ad6171da1494.zip
Add missing dep on >=pygtk-2.6.2.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-python/sexy-python')
-rw-r--r--dev-python/sexy-python/ChangeLog6
-rw-r--r--dev-python/sexy-python/sexy-python-0.1.9.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/sexy-python/ChangeLog b/dev-python/sexy-python/ChangeLog
index 2595323beded..d0a632679bd0 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.2 2007/02/14 22:15:40 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.3 2007/04/08 23:11:05 dberkholz Exp $
+
+ 08 Apr 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ sexy-python-0.1.9.ebuild:
+ Add missing dep on >=pygtk-2.6.2.
14 Feb 2007; Peter Weller <welp@gentoo.org> sexy-python-0.1.9.ebuild:
Keyworded ~amd64
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 a40316531ac9..522d2f32e19e 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
# 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.2 2007/02/14 22:15:40 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9.ebuild,v 1.3 2007/04/08 23:11:05 dberkholz Exp $
DESCRIPTION="Python bindings for libsexy."
HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
@@ -12,7 +12,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=x11-libs/libsexy-${PV}"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ >=dev-python/pygtk-2.6.2"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"