diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-01-05 18:24:05 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-01-05 18:24:05 +0000 |
commit | c664f4a38d3d2807ecb4cb2819eff409d8e84770 (patch) | |
tree | e8f5bedb5ccb33778c834664f0558c123e492bd9 /x11-wm | |
parent | EAPI 5 (diff) | |
download | gentoo-2-c664f4a38d3d2807ecb4cb2819eff409d8e84770.tar.gz gentoo-2-c664f4a38d3d2807ecb4cb2819eff409d8e84770.tar.bz2 gentoo-2-c664f4a38d3d2807ecb4cb2819eff409d8e84770.zip |
Update deps.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/qtile/qtile-9999.ebuild | 20 |
2 files changed, 19 insertions, 8 deletions
diff --git a/x11-wm/qtile/ChangeLog b/x11-wm/qtile/ChangeLog index ff9e62df2dc4..5755ff36240e 100644 --- a/x11-wm/qtile/ChangeLog +++ b/x11-wm/qtile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/qtile -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.11 2014/08/27 19:12:25 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.12 2015/01/05 18:24:05 radhermit Exp $ + + 05 Jan 2015; Tim Harder <radhermit@gentoo.org> qtile-9999.ebuild: + Update deps. *qtile-0.8.0 (27 Aug 2014) diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index 99dd6ef490cf..e3965aab8e9e 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.8 2014/04/04 08:02:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.9 2015/01/05 18:24:05 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -22,17 +22,25 @@ LICENSE="MIT" SLOT="0" IUSE="doc test" -RDEPEND=">=dev-python/pycairo-1.10.0-r4[xcb,${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/pycairo-1.10.0-r4[xcb,${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] - >=x11-libs/xpyb-1.3.1-r1[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/cairocffi-0.6[${PYTHON_USEDEP}] + >=dev-python/cffi-0.8.2[${PYTHON_USEDEP}] + >=dev-python/six-1.4.1[${PYTHON_USEDEP}] + >=dev-python/xcffib-0.1.8[${PYTHON_USEDEP}] + >=x11-libs/xpyb-1.3.1-r1[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] x11-base/xorg-server[kdrive] - )" + ) +" # tests fail due to xauth errors from python-xlib RESTRICT="test" |