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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF935158008 for ; Sat, 17 Jun 2023 03:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12FFDE08D3; Sat, 17 Jun 2023 03:15:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4F1EE08D3 for ; Sat, 17 Jun 2023 03:15:37 +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 DCCF43406D1 for ; Sat, 17 Jun 2023 03:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7506FA8E for ; Sat, 17 Jun 2023 03:15:35 +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: <1686971456.bdce165a26effbfd455ad5392f9df4952442ed6e.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-r2.ebuild X-VCS-Directories: x11-wm/qtile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bdce165a26effbfd455ad5392f9df4952442ed6e X-VCS-Branch: master Date: Sat, 17 Jun 2023 03:15:35 +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: e16014d6-6951-47d8-a357-c64a6a7e4426 X-Archives-Hash: c06bbd54a7d8db4082ae1e07627308a3 commit: bdce165a26effbfd455ad5392f9df4952442ed6e Author: Egor Martynov yandex ru> AuthorDate: Fri Jun 16 09:51:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 17 03:10:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdce165a x11-wm/qtile: downgrade cairocffi dependency for 0.22.1 Closes: https://bugs.gentoo.org/908595 Signed-off-by: Egor Martynov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/31484 Signed-off-by: Sam James gentoo.org> x11-wm/qtile/qtile-0.22.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/qtile/qtile-0.22.1-r2.ebuild b/x11-wm/qtile/qtile-0.22.1-r2.ebuild index 4c48610f2886..6f48d2f1e8b6 100644 --- a/x11-wm/qtile/qtile-0.22.1-r2.ebuild +++ b/x11-wm/qtile/qtile-0.22.1-r2.ebuild @@ -27,7 +27,7 @@ IUSE="pulseaudio wayland" # 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}]