commit: 894ce1e129c5ccd611cd7cfa3cfb4f1d14a16e1f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Nov 27 12:29:38 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Nov 27 12:31:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894ce1e1
games-emulation/m64py: Require <dev-python/setuptools-69, sigh Bug: https://github.com/mupen64plus/mupen64plus-ui-python/issues/227 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> games-emulation/m64py/m64py-0.2.5_p20211222.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild index 717171eb5f0c..caad3fcc70d1 100644 --- a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild +++ b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 qmake-utils xdg-utils @@ -44,6 +44,7 @@ RDEPEND=" ) " BDEPEND=" + <dev-python/setuptools-69 dev-qt/linguist-tools:5 "
