summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-06-14 22:31:46 -0400
committerTim Harder <radhermit@gentoo.org>2016-06-14 22:39:51 -0400
commiteb0f574830ae9cca96b3069859447f9f157514b2 (patch)
tree184374ccf3f6cd4966d2f4fa261516fc5d9277a0 /x11-wm/qtile/qtile-9999.ebuild
parentnet-firewall/nftables: Remove bashism from nftables.sh (diff)
downloadgentoo-eb0f574830ae9cca96b3069859447f9f157514b2.tar.gz
gentoo-eb0f574830ae9cca96b3069859447f9f157514b2.tar.bz2
gentoo-eb0f574830ae9cca96b3069859447f9f157514b2.zip
x11-wm/qtile: add xcb use flag dep on cairo (bug #559558)
Bump to EAPI 6.
Diffstat (limited to 'x11-wm/qtile/qtile-9999.ebuild')
-rw-r--r--x11-wm/qtile/qtile-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild
index 1968195aa2ef..0ab3dd72bc35 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}]