diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-05-22 09:19:52 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-05-22 09:19:52 +0000 |
commit | 60cfe3224b7dfee04bce1b29cac32174bd746b53 (patch) | |
tree | ade2b161b252b89082c5d7f48cd985693dd9f933 /x11-wm | |
parent | Enable installation of python module for multiple python ABIs, bug #470902. U... (diff) | |
download | gentoo-2-60cfe3224b7dfee04bce1b29cac32174bd746b53.tar.gz gentoo-2-60cfe3224b7dfee04bce1b29cac32174bd746b53.tar.bz2 gentoo-2-60cfe3224b7dfee04bce1b29cac32174bd746b53.zip |
Return multiple python support as xpyb is fixed now.
(Portage version: 2.1.12/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/qtile/qtile-0.5-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-wm/qtile/qtile-0.6.ebuild | 3 | ||||
-rw-r--r-- | x11-wm/qtile/qtile-9999.ebuild | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/x11-wm/qtile/ChangeLog b/x11-wm/qtile/ChangeLog index 6af5b37bba9a..f777e611df74 100644 --- a/x11-wm/qtile/ChangeLog +++ b/x11-wm/qtile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/qtile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.7 2013/05/21 21:10:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.8 2013/05/22 09:19:52 maksbotan Exp $ + + 22 May 2013; Maxim Koltsov <maksbotan@gentoo.org> qtile-0.5-r1.ebuild, + qtile-0.6.ebuild, qtile-9999.ebuild: + Return multiple python support as xpyb is fixed now. 21 May 2013; Tim Harder <radhermit@gentoo.org> qtile-0.5-r1.ebuild, qtile-0.6.ebuild, qtile-9999.ebuild: diff --git a/x11-wm/qtile/qtile-0.5-r1.ebuild b/x11-wm/qtile/qtile-0.5-r1.ebuild index da8a76fce552..cd13ee9237a1 100644 --- a/x11-wm/qtile/qtile-0.5-r1.ebuild +++ b/x11-wm/qtile/qtile-0.5-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.5-r1.ebuild,v 1.3 2013/05/21 21:10:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.5-r1.ebuild,v 1.4 2013/05/22 09:19:52 maksbotan Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 vcs-snapshot virtualx diff --git a/x11-wm/qtile/qtile-0.6.ebuild b/x11-wm/qtile/qtile-0.6.ebuild index 058169012fe1..1c538c6cc30f 100644 --- a/x11-wm/qtile/qtile-0.6.ebuild +++ b/x11-wm/qtile/qtile-0.6.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.6.ebuild,v 1.2 2013/05/21 21:10:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.6.ebuild,v 1.3 2013/05/22 09:19:52 maksbotan Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 virtualx diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index 8e3a72c292c3..6105793cc633 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.5 2013/05/21 21:10:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.6 2013/05/22 09:19:52 maksbotan Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -DISTUTILS_SINGLE_IMPL=1 inherit git-2 distutils-r1 virtualx |