diff options
author | Sam James <sam@gentoo.org> | 2024-10-05 02:38:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-05 02:38:55 +0100 |
commit | 7b86525c43f711bc047bc946789598bc88b1ec74 (patch) | |
tree | b8d8a4ed88f7e7a29ad4f7e4e1610e98b04d0acb /app-misc | |
parent | sys-apps/usbutils: enable py3.13 (diff) | |
download | gentoo-7b86525c43f711bc047bc946789598bc88b1ec74.tar.gz gentoo-7b86525c43f711bc047bc946789598bc88b1ec74.tar.bz2 gentoo-7b86525c43f711bc047bc946789598bc88b1ec74.zip |
app-misc/pax-utils: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.3.8.ebuild | 2 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/pax-utils/pax-utils-1.3.8.ebuild b/app-misc/pax-utils/pax-utils-1.3.8.ebuild index 55af02c264b3..d17a13c5a200 100644 --- a/app-misc/pax-utils/pax-utils-1.3.8.ebuild +++ b/app-misc/pax-utils/pax-utils-1.3.8.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-single-r1 diff --git a/app-misc/pax-utils/pax-utils-9999.ebuild b/app-misc/pax-utils/pax-utils-9999.ebuild index 87d37edf2b53..55c38f7049ad 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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-single-r1 |