commit: f5f361e355257f8098df5f56f7c43aed4b452831 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 6 20:07:55 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 6 20:07:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f361e3
sys-apps/portage: depend on >=meson-1.2.1-r1 for path fix Bug: https://bugs.gentoo.org/912051 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/portage/portage-3.0.50.ebuild | 3 +++ sys-apps/portage/portage-3.0.51.ebuild | 3 +++ sys-apps/portage/portage-3.0.52.ebuild | 3 +++ sys-apps/portage/portage-9999.ebuild | 3 +++ 4 files changed, 12 insertions(+) diff --git a/sys-apps/portage/portage-3.0.50.ebuild b/sys-apps/portage/portage-3.0.50.ebuild index f57dedf5b41b..d528af063975 100644 --- a/sys-apps/portage/portage-3.0.50.ebuild +++ b/sys-apps/portage/portage-3.0.50.ebuild @@ -31,8 +31,11 @@ RESTRICT="!test? ( test )" # setuptools is still needed as a workaround for Python 3.12+ for now. # https://github.com/mesonbuild/meson/issues/7702 +# +# >=meson-1.2.1-r1 for bug #912051 BDEPEND=" ${PYTHON_DEPS} + >=dev-util/meson-1.2.1-r1 $(python_gen_cond_dep ' dev-python/setuptools[${PYTHON_USEDEP}] ' python3_12) diff --git a/sys-apps/portage/portage-3.0.51.ebuild b/sys-apps/portage/portage-3.0.51.ebuild index 602c1b981ea8..97e46e848825 100644 --- a/sys-apps/portage/portage-3.0.51.ebuild +++ b/sys-apps/portage/portage-3.0.51.ebuild @@ -31,8 +31,11 @@ RESTRICT="!test? ( test )" # setuptools is still needed as a workaround for Python 3.12+ for now. # https://github.com/mesonbuild/meson/issues/7702 +# +# >=meson-1.2.1-r1 for bug #912051 BDEPEND=" ${PYTHON_DEPS} + >=dev-util/meson-1.2.1-r1 $(python_gen_cond_dep ' dev-python/setuptools[${PYTHON_USEDEP}] ' python3_12) diff --git a/sys-apps/portage/portage-3.0.52.ebuild b/sys-apps/portage/portage-3.0.52.ebuild index e2eb0936039f..5bf30b190b87 100644 --- a/sys-apps/portage/portage-3.0.52.ebuild +++ b/sys-apps/portage/portage-3.0.52.ebuild @@ -31,8 +31,11 @@ RESTRICT="!test? ( test )" # setuptools is still needed as a workaround for Python 3.12+ for now. # https://github.com/mesonbuild/meson/issues/7702 +# +# >=meson-1.2.1-r1 for bug #912051 BDEPEND=" ${PYTHON_DEPS} + >=dev-util/meson-1.2.1-r1 $(python_gen_cond_dep ' dev-python/setuptools[${PYTHON_USEDEP}] ' python3_12) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index e2eb0936039f..5bf30b190b87 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -31,8 +31,11 @@ RESTRICT="!test? ( test )" # setuptools is still needed as a workaround for Python 3.12+ for now. # https://github.com/mesonbuild/meson/issues/7702 +# +# >=meson-1.2.1-r1 for bug #912051 BDEPEND=" ${PYTHON_DEPS} + >=dev-util/meson-1.2.1-r1 $(python_gen_cond_dep ' dev-python/setuptools[${PYTHON_USEDEP}] ' python3_12)
