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 7447315806E for ; Mon, 5 Jun 2023 05:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A318CE0949; Mon, 5 Jun 2023 05:33:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B0A1E0949 for ; Mon, 5 Jun 2023 05:33:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66714335DC2 for ; Mon, 5 Jun 2023 05:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 012F9A5A for ; Mon, 5 Jun 2023 05:33:26 +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: <1685943195.4fcc622af896774a3057955bedbc9c2a0880f28a.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-0.22.1-r1.ebuild x11-wm/qtile/qtile-0.22.1-r2.ebuild X-VCS-Directories: x11-wm/qtile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4fcc622af896774a3057955bedbc9c2a0880f28a X-VCS-Branch: master Date: Mon, 5 Jun 2023 05:33:26 +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: ea670777-3371-48d5-88cd-346568a5976c X-Archives-Hash: 12a54ea3c5e8dfde97ac52ddc7b534f5 commit: 4fcc622af896774a3057955bedbc9c2a0880f28a Author: Egor Martynov yandex ru> AuthorDate: Mon Jun 5 05:24:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 5 05:33:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcc622a x11-wm/qtile: fix `xcffib.ffi_build` errors Signed-off-by: Egor Martynov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/31312 Signed-off-by: Sam James gentoo.org> x11-wm/qtile/{qtile-0.22.1-r1.ebuild => qtile-0.22.1-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/qtile/qtile-0.22.1-r1.ebuild b/x11-wm/qtile/qtile-0.22.1-r2.ebuild similarity index 95% rename from x11-wm/qtile/qtile-0.22.1-r1.ebuild rename to x11-wm/qtile/qtile-0.22.1-r2.ebuild index 2d15ee4b0836..4c48610f2886 100644 --- a/x11-wm/qtile/qtile-0.22.1-r1.ebuild +++ b/x11-wm/qtile/qtile-0.22.1-r2.ebuild @@ -25,13 +25,14 @@ IUSE="pulseaudio wayland" # See bug #895722 and https://github.com/qtile/qtile/pull/3985 regarding # pywlroots-0.15 dep. +# xcffib v1.4.0 breaks its ffi export (https://github.com/qtile/qtile/pull/4289) RDEPEND=" >=dev-python/cairocffi-0.9.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}] +