diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2015-01-14 05:39:20 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2015-01-14 05:39:20 +0000 |
commit | 9a02182c355d91a0bff9f2fcf77ae5840d6a4a15 (patch) | |
tree | 2af4aac238fc640af29488d3b4f8983d071fe057 /x11-misc/magick-rotation | |
parent | rm disused patches & old versions (diff) | |
download | gentoo-2-9a02182c355d91a0bff9f2fcf77ae5840d6a4a15.tar.gz gentoo-2-9a02182c355d91a0bff9f2fcf77ae5840d6a4a15.tar.bz2 gentoo-2-9a02182c355d91a0bff9f2fcf77ae5840d6a4a15.zip |
Restrict SLOT in dev-python/pygobject dependency
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'x11-misc/magick-rotation')
-rw-r--r-- | x11-misc/magick-rotation/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/magick-rotation/ChangeLog b/x11-misc/magick-rotation/ChangeLog index a79547a2a14a..f44e7396c12a 100644 --- a/x11-misc/magick-rotation/ChangeLog +++ b/x11-misc/magick-rotation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/magick-rotation # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/magick-rotation/ChangeLog,v 1.4 2015/01/14 05:35:54 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/magick-rotation/ChangeLog,v 1.5 2015/01/14 05:39:20 pinkbyte Exp $ + + 14 Jan 2015; Sergey Popov <pinkbyte@gentoo.org> + magick-rotation-1.6.2-r1.ebuild: + Restrict SLOT in dev-python/pygobject dependency *magick-rotation-1.6.2-r1 (14 Jan 2015) diff --git a/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild b/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild index 69480ec6bf3b..3e88d35329c3 100644 --- a/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild +++ b/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild,v 1.1 2015/01/14 05:35:54 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild,v 1.2 2015/01/14 05:39:20 pinkbyte Exp $ EAPI=5 @@ -23,7 +23,7 @@ DEPEND="${PYTHON_DEPS} x11-libs/libXrandr" RDEPEND="${DEPEND} - dev-python/pygobject[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] dev-python/py-notify[${PYTHON_USEDEP}] x11-apps/xinput" |