mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-lang/swift: update python_gen_cond_dep
When `PYTHON_COMPAT` was updated to support `python3_14`, `python_gen_cond_dep` wasn't also updated; since we're not trying to filter Python versions beyond `PYTHON_COMPAT`, we don't actually need to pass anything in. Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
@@ -108,9 +108,7 @@ BDEPEND="
|
||||
llvm-core/lld:${LLVM_SLOT}=
|
||||
')
|
||||
dev-lang/python
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
' python3_{12..13})
|
||||
$(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
|
||||
"
|
||||
|
||||
SWIFT_BUILD_PRESETS_INI_PATH="${S}/gentoo-build-presets.ini"
|
||||
|
||||
Reference in New Issue
Block a user