commit: 5ea6a6f636679270522a8bd464ede416959e709c Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Apr 29 15:14:25 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Apr 29 15:16:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea6a6f6
dev-libs/boxfort: disable py3.7 Closes: https://bugs.gentoo.org/841692 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/boxfort/boxfort-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boxfort/boxfort-0.1.4.ebuild b/dev-libs/boxfort/boxfort-0.1.4.ebuild index b1c6a844bdfd..fc974523dab0 100644 --- a/dev-libs/boxfort/boxfort-0.1.4.ebuild +++ b/dev-libs/boxfort/boxfort-0.1.4.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-any-r1
