summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-17 18:41:19 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-17 18:41:19 +0000
commitb3998bf50f31a697210a2c34a3a42bb1d0cb25c6 (patch)
tree72cd3b03d9e2d79d33290bcd54d6f602a48e43e3 /dev-python/gconf-python
parentStable for AMD64, wrt bug #393833 (diff)
downloadgentoo-2-b3998bf50f31a697210a2c34a3a42bb1d0cb25c6.tar.gz
gentoo-2-b3998bf50f31a697210a2c34a3a42bb1d0cb25c6.tar.bz2
gentoo-2-b3998bf50f31a697210a2c34a3a42bb1d0cb25c6.zip
Add missing pygobject dependency (bug #395077, thanks to flameeyes for reporting) and bump to EAPI1 for slot dep support.
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gconf-python')
-rw-r--r--dev-python/gconf-python/ChangeLog7
-rw-r--r--dev-python/gconf-python/gconf-python-2.28.1.ebuild6
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/gconf-python/ChangeLog b/dev-python/gconf-python/ChangeLog
index ce1cb14c858b..fc72194084b5 100644
--- a/dev-python/gconf-python/ChangeLog
+++ b/dev-python/gconf-python/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/gconf-python
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.38 2011/02/26 13:26:33 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.39 2011/12/17 18:41:19 tetromino Exp $
+
+ 17 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ gconf-python-2.28.1.ebuild:
+ Add missing pygobject dependency (bug #395077, thanks to flameeyes for
+ reporting) and bump to EAPI1 for slot dep support.
26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org>
-gconf-python-2.28.0.ebuild, gconf-python-2.28.1.ebuild:
diff --git a/dev-python/gconf-python/gconf-python-2.28.1.ebuild b/dev-python/gconf-python/gconf-python-2.28.1.ebuild
index 7c8ecfca16af..39a7f82fc9e4 100644
--- a/dev-python/gconf-python/gconf-python-2.28.1.ebuild
+++ b/dev-python/gconf-python/gconf-python-2.28.1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1.ebuild,v 1.9 2011/02/26 13:26:33 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1.ebuild,v 1.10 2011/12/17 18:41:19 tetromino Exp $
+EAPI="1"
GCONF_DEBUG="no"
G_PY_PN="gnome-python"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +17,8 @@ SLOT="2"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="examples"
-RDEPEND=">=gnome-base/gconf-2.11.1
+RDEPEND="dev-python/pygobject:2
+ >=gnome-base/gconf-2.11.1
!<dev-python/gnome-python-2.22.1"
DEPEND="${RDEPEND}"