diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-01-09 15:34:51 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-01-09 15:34:59 -0500 |
commit | 4431cdf450fff9a3841dd6c73d339596e0e2f347 (patch) | |
tree | c562050382e8e4843b47b9dcb379b14cc1a48b7b /app-misc | |
parent | app-misc/pax-utils: Drop broken Python 3.8 support from 1.3.6 (diff) | |
download | gentoo-4431cdf450fff9a3841dd6c73d339596e0e2f347.tar.gz gentoo-4431cdf450fff9a3841dd6c73d339596e0e2f347.tar.bz2 gentoo-4431cdf450fff9a3841dd6c73d339596e0e2f347.zip |
app-misc/pax-utils: drop Python 3.8 from 9999
Bug: https://bugs.gentoo.org/890301
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/pax-utils-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |