diff options
-rw-r--r-- | x11-misc/winswitch/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/winswitch/winswitch-0.12.18-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/winswitch/winswitch-0.12.18.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/winswitch/ChangeLog b/x11-misc/winswitch/ChangeLog index 1bf82af6866e..69f349e0a09e 100644 --- a/x11-misc/winswitch/ChangeLog +++ b/x11-misc/winswitch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/winswitch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.9 2014/03/20 21:45:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.10 2014/04/06 10:48:58 eva Exp $ + + 06 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> winswitch-0.12.18.ebuild, + winswitch-0.12.18-r1.ebuild: + Pin gst-python to 0.10 slot. 20 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> winswitch-0.12.18-r1.ebuild: diff --git a/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild b/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild index 8722d7de3f05..16e72f67d773 100644 --- a/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild +++ b/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.3 2014/03/20 21:45:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.4 2014/04/06 10:48:58 eva Exp $ EAPI=5 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="dev-python/gst-python[${PYTHON_USEDEP}] +RDEPEND="dev-python/gst-python:0.10[${PYTHON_USEDEP}] dev-python/netifaces[${PYTHON_USEDEP}] dev-python/notify-python[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] diff --git a/x11-misc/winswitch/winswitch-0.12.18.ebuild b/x11-misc/winswitch/winswitch-0.12.18.ebuild index 00152b2c3349..463434b0702a 100644 --- a/x11-misc/winswitch/winswitch-0.12.18.ebuild +++ b/x11-misc/winswitch/winswitch-0.12.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18.ebuild,v 1.3 2014/04/06 10:48:58 eva Exp $ EAPI=4 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-python/gst-python +RDEPEND="dev-python/gst-python:0.10 dev-python/imaging dev-python/netifaces dev-python/notify-python |