diff options
author | Sam James <sam@gentoo.org> | 2024-10-05 02:42:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-05 02:42:53 +0100 |
commit | 6a5c55f420547a8a146f4a0faaac37bb695e50a6 (patch) | |
tree | 0f2549fa28f35b0c461d3577bdc11fa14a68d1db /net-misc/rsync | |
parent | dev-util/itstool: enable py3.13 (diff) | |
download | gentoo-6a5c55f420547a8a146f4a0faaac37bb695e50a6.tar.gz gentoo-6a5c55f420547a8a146f4a0faaac37bb695e50a6.tar.bz2 gentoo-6a5c55f420547a8a146f4a0faaac37bb695e50a6.zip |
net-misc/rsync: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/rsync')
-rw-r--r-- | net-misc/rsync/rsync-3.3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/rsync/rsync-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-3.3.0-r1.ebuild b/net-misc/rsync/rsync-3.3.0-r1.ebuild index cbbfbc2aabf5..cbe9b5281c76 100644 --- a/net-misc/rsync/rsync-3.3.0-r1.ebuild +++ b/net-misc/rsync/rsync-3.3.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Uncomment when introducing a patch which touches configure RSYNC_NEEDS_AUTOCONF=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic prefix python-single-r1 systemd DESCRIPTION="File transfer program to keep remote files into sync" diff --git a/net-misc/rsync/rsync-9999.ebuild b/net-misc/rsync/rsync-9999.ebuild index 9a7937e0f18f..5ee608143668 100644 --- a/net-misc/rsync/rsync-9999.ebuild +++ b/net-misc/rsync/rsync-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Uncomment when introducing a patch which touches configure RSYNC_NEEDS_AUTOCONF=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic prefix python-single-r1 systemd DESCRIPTION="File transfer program to keep remote files into sync" |