summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-10-24 05:35:08 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-10-24 05:35:08 +0000
commitc2b7e00373259c90f8376b240a8fa68db55bf907 (patch)
treedb16daac2af694c0bc897d356e1c9a11ec58d990 /dev-python
parentDepend on correct slot of pygobject. (diff)
downloadgentoo-2-c2b7e00373259c90f8376b240a8fa68db55bf907.tar.gz
gentoo-2-c2b7e00373259c90f8376b240a8fa68db55bf907.tar.bz2
gentoo-2-c2b7e00373259c90f8376b240a8fa68db55bf907.zip
Depend on correct slot of pygobject.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyclutter-gst/ChangeLog6
-rw-r--r--dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pyclutter-gst/ChangeLog b/dev-python/pyclutter-gst/ChangeLog
index 250866020f9a..cb9ebd826039 100644
--- a/dev-python/pyclutter-gst/ChangeLog
+++ b/dev-python/pyclutter-gst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclutter-gst
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.3 2011/02/18 14:49:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.4 2011/10/24 05:35:08 tetromino Exp $
+
+ 24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ pyclutter-gst-1.0.0-r1.ebuild:
+ Depend on correct slot of pygobject.
18 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyclutter-gst-1.0.0-r1.ebuild:
diff --git a/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild b/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild
index e2935963530f..781ed203b274 100644
--- a/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild
+++ b/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.2 2011/02/18 14:49:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.3 2011/10/24 05:35:08 tetromino Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -14,7 +14,7 @@ IUSE="examples"
SLOT="1.0"
RDEPEND="
- >=dev-python/pygobject-2.12.1
+ >=dev-python/pygobject-2.12.1:2
>=dev-python/pyclutter-1.0.0:${SLOT}
>=media-libs/clutter-1.0.0:${SLOT}
>=media-libs/clutter-gst-1.0.0:${SLOT}