commit: 15581b165f6ecfccf915104ab7de6efb2636cf85
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 15:52:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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)*:=