From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-887289-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 217C51382B5 for <garchives@archives.gentoo.org>; Wed, 15 Jun 2016 02:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71DFAE08C0; Wed, 15 Jun 2016 02:41:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBF5AE08BA for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jun 2016 02:41:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9123E33F9D2 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jun 2016 02:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A04218A6 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jun 2016 02:41:08 +0000 (UTC) From: "Tim Harder" <radhermit@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" <radhermit@gentoo.org> Message-ID: <1465958391.eb0f574830ae9cca96b3069859447f9f157514b2.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/qtile/qtile-9999.ebuild X-VCS-Directories: x11-wm/qtile/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: eb0f574830ae9cca96b3069859447f9f157514b2 X-VCS-Branch: master Date: Wed, 15 Jun 2016 02:41:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4bd7b3a-ad5d-438f-9c1f-e934013930c4 X-Archives-Hash: 8a730af611fbfcd15f529bbda091ad47 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}]