commit: 4431cdf450fff9a3841dd6c73d339596e0e2f347 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jan 9 20:34:51 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jan 9 20:34:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4431cdf4
app-misc/pax-utils: drop Python 3.8 from 9999 Bug: https://bugs.gentoo.org/890301 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> app-misc/pax-utils/pax-utils-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/pax-utils/pax-utils-9999.ebuild b/app-misc/pax-utils/pax-utils-9999.ebuild index 599c1ab4a187..ed80c34efe39 100644 --- a/app-misc/pax-utils/pax-utils-9999.ebuild +++ b/app-misc/pax-utils/pax-utils-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Note: if bumping pax-utils because of syscall changes in glibc, please # revbump glibc and update the dependency in its ebuild for the affected # versions. -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit meson python-single-r1
