commit: eb0f574830ae9cca96b3069859447f9f157514b2
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 02:31:46 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 02:39:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0f5748
x11-wm/qtile: add xcb use flag dep on cairo (bug #559558)
Bump to EAPI 6.
x11-wm/qtile/qtile-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild
index 1968195..0ab3dd7 100644
--- a/x11-wm/qtile/qtile-9999.ebuild
+++ b/x11-wm/qtile/qtile-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 virtualx
@@ -23,7 +23,9 @@ SLOT="0"
IUSE="test"
# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-RDEPEND="x11-libs/pango
+RDEPEND="
+ x11-libs/cairo[xcb]
+ x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]