diff options
author | 2023-12-02 16:52:43 +0100 | |
---|---|---|
committer | 2023-12-02 20:30:24 +0100 | |
commit | 15581b165f6ecfccf915104ab7de6efb2636cf85 (patch) | |
tree | 368b0771c7873aaf3531bd0c101d669d8a0ca686 /dev-python/pywlroots | |
parent | dev-python/pulsectl-asyncio: New package, v1.1.1 (diff) | |
download | gentoo-15581b165f6ecfccf915104ab7de6efb2636cf85.tar.gz gentoo-15581b165f6ecfccf915104ab7de6efb2636cf85.tar.bz2 gentoo-15581b165f6ecfccf915104ab7de6efb2636cf85.zip |
dev-python/pywlroots: Put := on cffi to prevent automagic rebuilds
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pywlroots')
-rw-r--r-- | dev-python/pywlroots/pywlroots-0.16.6-r1.ebuild (renamed from dev-python/pywlroots/pywlroots-0.16.6.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pywlroots/pywlroots-0.16.6.ebuild b/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)*:= |