summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-07-28 18:40:08 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-07-28 18:40:08 +0000
commita14c6bb20878b2510c0f497a6d8d5f6a93201636 (patch)
tree775906c4ae00574a69967b34832b07f3080aa1e9 /dev-python/pygobject
parentAdd missing REQUIRED_USE and drop redundant run_in_build_dir. (diff)
downloadgentoo-2-a14c6bb20878b2510c0f497a6d8d5f6a93201636.tar.gz
gentoo-2-a14c6bb20878b2510c0f497a6d8d5f6a93201636.tar.bz2
gentoo-2-a14c6bb20878b2510c0f497a6d8d5f6a93201636.zip
Fix dependencies per configure.
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r--dev-python/pygobject/ChangeLog5
-rw-r--r--dev-python/pygobject/pygobject-3.8.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog
index fa6f9ce7c2cf..6c605d468220 100644
--- a/dev-python/pygobject/ChangeLog
+++ b/dev-python/pygobject/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pygobject
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.218 2013/07/25 20:26:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.219 2013/07/28 18:40:08 eva Exp $
+
+ 28 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> pygobject-3.8.3.ebuild:
+ Fix dependencies per configure.
25 Jul 2013; Pacho Ramos <pacho@gentoo.org> -pygobject-3.8.2.ebuild,
pygobject-3.8.3.ebuild:
diff --git a/dev-python/pygobject/pygobject-3.8.3.ebuild b/dev-python/pygobject/pygobject-3.8.3.ebuild
index 9fc5d7d65adc..2893fc2ad603 100644
--- a/dev-python/pygobject/pygobject-3.8.3.ebuild
+++ b/dev-python/pygobject/pygobject-3.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild,v 1.2 2013/07/25 20:26:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild,v 1.3 2013/07/28 18:40:08 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -23,8 +23,8 @@ REQUIRED_USE="
"
COMMON_DEPEND="
- >=dev-libs/glib-2.31.0:2
- >=dev-libs/gobject-introspection-1.34.1.1
+ >=dev-libs/glib-2.34.2:2
+ >=dev-libs/gobject-introspection-1.34.2
virtual/libffi:=
cairo? ( >=dev-python/pycairo-1.10.0[${PYTHON_USEDEP}] )
${PYTHON_DEPS}