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 E6FBA158013 for ; Sat, 2 Dec 2023 19:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A23E2BC026; Sat, 2 Dec 2023 19:30:32 +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 6D61B2BC026 for ; Sat, 2 Dec 2023 19:30:32 +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 4F9FB335D72 for ; Sat, 2 Dec 2023 19:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4C481453 for ; Sat, 2 Dec 2023 19:30:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1701545424.15581b165f6ecfccf915104ab7de6efb2636cf85.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pywlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pywlroots/pywlroots-0.16.6-r1.ebuild dev-python/pywlroots/pywlroots-0.16.6.ebuild X-VCS-Directories: dev-python/pywlroots/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 15581b165f6ecfccf915104ab7de6efb2636cf85 X-VCS-Branch: master Date: Sat, 2 Dec 2023 19:30:29 +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: b9025c03-72ac-4a02-aea1-72cccefa10a1 X-Archives-Hash: 303674f35beacdcf2f2b2cedc9bf284c commit: 15581b165f6ecfccf915104ab7de6efb2636cf85 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 2 15:52:43 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 2 19:30:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15581b16 dev-python/pywlroots: Put := on cffi to prevent automagic rebuilds Signed-off-by: Michał Górny gentoo.org> .../pywlroots/{pywlroots-0.16.6.ebuild => pywlroots-0.16.6-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pywlroots/pywlroots-0.16.6.ebuild b/dev-python/pywlroots/pywlroots-0.16.6-r1.ebuild similarity index 91% rename from dev-python/pywlroots/pywlroots-0.16.6.ebuild rename to dev-python/pywlroots/pywlroots-0.16.6-r1.ebuild index 2001cf73cec4..e5ef19dd6278 100644 --- a/dev-python/pywlroots/pywlroots-0.16.6.ebuild +++ b/dev-python/pywlroots/pywlroots-0.16.6-r1.ebuild @@ -21,9 +21,7 @@ KEYWORDS="amd64 ~riscv ~x86" # See README for wlroots dep DEPEND=" - $(python_gen_cond_dep ' - dev-python/cffi[${PYTHON_USEDEP}] - ' 'python*') + dev-python/cffi:=[${PYTHON_USEDEP}] >=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}] >=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}] =gui-libs/wlroots-$(ver_cut 1-2)*:=