From: Tim Harder Date: Wed, 15 Jun 2016 02:31:46 +0000 (-0400) Subject: x11-wm/qtile: add xcb use flag dep on cairo (bug #559558) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb0f574830ae9cca96b3069859447f9f157514b2;p=gentoo.git x11-wm/qtile: add xcb use flag dep on cairo (bug #559558) Bump to EAPI 6. --- 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}]