diff options
author | 2025-01-19 23:32:38 +0000 | |
---|---|---|
committer | 2025-01-19 23:33:27 +0000 | |
commit | 3b73eaa78f72f5e692ac411af55143f8d1f905a8 (patch) | |
tree | cfc67c7d6d8a55945fcda2db531255d08f4b708c /app-backup | |
parent | www-servers/nginx-unit: Add BDEPEND for which (diff) | |
download | gentoo-3b73eaa78f72f5e692ac411af55143f8d1f905a8.tar.gz gentoo-3b73eaa78f72f5e692ac411af55143f8d1f905a8.tar.bz2 gentoo-3b73eaa78f72f5e692ac411af55143f8d1f905a8.zip |
app-backup/rdiff-backup: Add python3_13
Manually tested and working.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild b/app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild index 4fe4223e7bbd..14548c8c4967 100644 --- a/app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild +++ b/app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYPI_NO_NORMALIZE=1 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools |