From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6BBC158008 for ; Thu, 15 Jun 2023 21:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EEEDE08C9; Thu, 15 Jun 2023 21:45:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEFD8E08C9 for ; Thu, 15 Jun 2023 21:45:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E92E33BDD0 for ; Thu, 15 Jun 2023 21:45:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BCDEA80 for ; Thu, 15 Jun 2023 21:45:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686865038.ce05c193d27a65c1727189166ae39cbbb34c5be9.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce05c193d27a65c1727189166ae39cbbb34c5be9 X-VCS-Branch: master Date: Thu, 15 Jun 2023 21:45:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9067f98-fabf-41c1-9ed4-24aef806367c X-Archives-Hash: 4fb50b2f769c1d4bd27f18d108f83781 commit: ce05c193d27a65c1727189166ae39cbbb34c5be9 Author: Egor Martynov yandex ru> AuthorDate: Thu Jun 15 07:15:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 15 21:37:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce05c193 x11-wm/qtile: bump `xcffib` and `cairocffi` versions https://github.com/qtile/qtile/commit/0dc8941896ec020c3982adf58e4e119a9863ca3b Signed-off-by: Egor Martynov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/31445 Signed-off-by: Sam James gentoo.org> x11-wm/qtile/qtile-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index 0cf5d4db8098..03829958fd7f 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -26,12 +26,12 @@ IUSE="pulseaudio wayland" # See bug #895722 and https://github.com/qtile/qtile/pull/3985 regarding # pywlroots-0.15 dep. RDEPEND=" - >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}] + >=dev-python/cairocffi-1.6.0[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}] dev-python/dbus-next[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] - >=dev-python/xcffib-0.10.1[${PYTHON_USEDEP}] + >=dev-python/xcffib-1.4.0[${PYTHON_USEDEP}] x11-libs/cairo[X,xcb(+)] x11-libs/libnotify[introspection] x11-libs/pango