app-portage/gentoolkit: Sync with Gentoo

It's from Gentoo commit 21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4.
This commit is contained in:
Flatcar Buildbot 2024-01-15 07:10:41 +00:00 committed by Krzesimir Nowak
parent cfe79cee99
commit c66673984a
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -40,7 +40,7 @@ RDEPEND="
# >=meson-1.2.1-r1 for bug #912051 # >=meson-1.2.1-r1 for bug #912051
BDEPEND=" BDEPEND="
${PYTHON_DEPS} ${PYTHON_DEPS}
>=dev-util/meson-1.2.1-r1 >=dev-build/meson-1.2.1-r1
$(python_gen_cond_dep ' $(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]
' python3_12) ' python3_12)

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -40,7 +40,7 @@ RDEPEND="
# >=meson-1.2.1-r1 for bug #912051 # >=meson-1.2.1-r1 for bug #912051
BDEPEND=" BDEPEND="
${PYTHON_DEPS} ${PYTHON_DEPS}
>=dev-util/meson-1.2.1-r1 >=dev-build/meson-1.2.1-r1
$(python_gen_cond_dep ' $(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]
' python3_12) ' python3_12)
@ -95,8 +95,8 @@ my_src_install() {
) )
meson_src_install meson_src_install
python_optimize "${pydirs[@]}"
python_fix_shebang "${pydirs[@]}" python_fix_shebang "${pydirs[@]}"
python_optimize "${pydirs[@]}"
} }
pkg_postinst() { pkg_postinst() {