diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-09-17 16:22:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-09-17 16:22:28 +0000 |
commit | c183349b908f310b1b5d95d76ca7196a6415aafb (patch) | |
tree | d93c9dbf30a1fe840dd5d01b2ab0c31159fb07c5 /dev-python/python-geoclue | |
parent | app-office/texmaker: Version Bump, #483442 (diff) | |
download | gentoo-2-c183349b908f310b1b5d95d76ca7196a6415aafb.tar.gz gentoo-2-c183349b908f310b1b5d95d76ca7196a6415aafb.tar.bz2 gentoo-2-c183349b908f310b1b5d95d76ca7196a6415aafb.zip |
dev-python/python-geoclue: Add missing dep on dev-python/pygobject:2, #483490
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/python-geoclue')
-rw-r--r-- | dev-python/python-geoclue/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/python-geoclue/python-geoclue-0.1.0.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/python-geoclue/ChangeLog b/dev-python/python-geoclue/ChangeLog index f5cb98ecc3f9..1c5b389a832a 100644 --- a/dev-python/python-geoclue/ChangeLog +++ b/dev-python/python-geoclue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-geoclue # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.16 2013/09/08 14:01:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.17 2013/09/17 16:22:28 jlec Exp $ + + 17 Sep 2013; Justin Lecher <jlec@gentoo.org> python-geoclue-0.1.0.ebuild, + python-geoclue-0.1.0-r1.ebuild: + Add missing dep on dev-python/pygobject:2, #483490 08 Sep 2013; Markus Meier <maekke@gentoo.org> python-geoclue-0.1.0-r1.ebuild: arm stable, bug #481896 diff --git a/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild b/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild index b0115044233b..26fdea2d67e0 100644 --- a/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild +++ b/dev-python/python-geoclue/python-geoclue-0.1.0-r1.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/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.6 2013/09/08 14:01:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.7 2013/09/17 16:22:28 jlec Exp $ EAPI=5 @@ -19,7 +19,8 @@ IUSE="test" RDEPEND=" app-misc/geoclue - dev-python/dbus-python[${PYTHON_USEDEP}]" + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}]" DEPEND="test? ( app-misc/geoclue )" S="${WORKDIR}"/${PN} diff --git a/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild b/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild index c6da3cf5faa7..56df5e7962e4 100644 --- a/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild +++ b/dev-python/python-geoclue/python-geoclue-0.1.0.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/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.11 2013/02/02 22:30:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.12 2013/09/17 16:22:28 jlec Exp $ EAPI=4 @@ -22,7 +22,8 @@ IUSE="test" RDEPEND=" app-misc/geoclue - dev-python/dbus-python" + dev-python/dbus-python + dev-python/pygobject:2" DEPEND="test? ( app-misc/geoclue )" S="${WORKDIR}"/${PN} |