summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-12-29 21:50:57 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-12-29 21:50:57 +0000
commita649e5efa0bfcfbd682705418b96a984fa908bdc (patch)
treed1d385ad9ec812aa2191958c78943ca053766d59 /dev-python/pygobject
parentFix incorrect blocker (diff)
downloadgentoo-2-a649e5efa0bfcfbd682705418b96a984fa908bdc.tar.gz
gentoo-2-a649e5efa0bfcfbd682705418b96a984fa908bdc.tar.bz2
gentoo-2-a649e5efa0bfcfbd682705418b96a984fa908bdc.zip
Fix glib depends in all ebuilds; configure.ac lies, fixes bug 298823
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r--dev-python/pygobject/ChangeLog7
-rw-r--r--dev-python/pygobject/pygobject-2.18.0-r2.ebuild4
-rw-r--r--dev-python/pygobject/pygobject-2.18.0.ebuild4
-rw-r--r--dev-python/pygobject/pygobject-2.20.0.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog
index 90f96f56d497..8accd9ce3c6f 100644
--- a/dev-python/pygobject/ChangeLog
+++ b/dev-python/pygobject/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pygobject
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.86 2009/11/02 16:30:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.87 2009/12/29 21:50:57 nirbheek Exp $
+
+ 29 Dec 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
+ pygobject-2.18.0.ebuild, pygobject-2.18.0-r2.ebuild,
+ pygobject-2.20.0.ebuild:
+ Fix glib depends in all ebuilds; configure.ac lies, fixes bug 298823
02 Nov 2009; Fabian Groffen <grobian@gentoo.org>
pygobject-2.18.0-r2.ebuild, pygobject-2.20.0.ebuild:
diff --git a/dev-python/pygobject/pygobject-2.18.0-r2.ebuild b/dev-python/pygobject/pygobject-2.18.0-r2.ebuild
index b830252b8117..17e905ec5fff 100644
--- a/dev-python/pygobject/pygobject-2.18.0-r2.ebuild
+++ b/dev-python/pygobject/pygobject-2.18.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0-r2.ebuild,v 1.4 2009/11/02 16:28:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0-r2.ebuild,v 1.5 2009/12/29 21:50:57 nirbheek Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
IUSE="doc examples libffi test"
RDEPEND=">=dev-lang/python-2.4.4-r5
- >=dev-libs/glib-2.16
+ >=dev-libs/glib-2.18
!<dev-python/pygtk-2.13
libffi? ( virtual/libffi )"
DEPEND="${RDEPEND}
diff --git a/dev-python/pygobject/pygobject-2.18.0.ebuild b/dev-python/pygobject/pygobject-2.18.0.ebuild
index 62978851731c..540963cd1a05 100644
--- a/dev-python/pygobject/pygobject-2.18.0.ebuild
+++ b/dev-python/pygobject/pygobject-2.18.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v 1.13 2009/09/22 04:40:05 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v 1.14 2009/12/29 21:50:57 nirbheek Exp $
inherit alternatives autotools gnome2 python virtualx
@@ -13,7 +13,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="doc examples libffi test"
RDEPEND=">=dev-lang/python-2.4.4-r5
- >=dev-libs/glib-2.16
+ >=dev-libs/glib-2.18
!<dev-python/pygtk-2.13
libffi? ( virtual/libffi )"
DEPEND="${RDEPEND}
diff --git a/dev-python/pygobject/pygobject-2.20.0.ebuild b/dev-python/pygobject/pygobject-2.20.0.ebuild
index b63cb50724a2..4aeb5fb45b59 100644
--- a/dev-python/pygobject/pygobject-2.20.0.ebuild
+++ b/dev-python/pygobject/pygobject-2.20.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.20.0.ebuild,v 1.2 2009/11/02 16:30:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.20.0.ebuild,v 1.3 2009/12/29 21:50:57 nirbheek Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -17,7 +17,7 @@ IUSE="doc examples libffi test"
# FIXME: add introspection support
RDEPEND=">=dev-lang/python-2.4.4-r5
- >=dev-libs/glib-2.16
+ >=dev-libs/glib-2.20
!<dev-python/pygtk-2.13
libffi? ( virtual/libffi )"
DEPEND="${RDEPEND}