From c664f4a38d3d2807ecb4cb2819eff409d8e84770 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 5 Jan 2015 18:24:05 +0000 Subject: Update deps. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3) --- x11-wm/qtile/ChangeLog | 7 +++++-- x11-wm/qtile/qtile-9999.ebuild | 20 ++++++++++++++------ 2 files changed, 19 insertions(+), 8 deletions(-) (limited to 'x11-wm') 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 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" -- cgit v1.2.3-65-gdbad