summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-29 22:45:44 +0100
committerSam James <sam@gentoo.org>2024-04-29 22:45:44 +0100
commit4c2f375f6ca0906e8958d251cb7cda68b684f87e (patch)
treebd23f3581f0929fa732e1fde9bcd59831ab0379f /net-misc/rsync
parentsys-apps/usbutils: enable py3.12 (diff)
downloadgentoo-4c2f375f6ca0906e8958d251cb7cda68b684f87e.tar.gz
gentoo-4c2f375f6ca0906e8958d251cb7cda68b684f87e.tar.bz2
gentoo-4c2f375f6ca0906e8958d251cb7cda68b684f87e.zip
net-misc/rsync: enable py3.12
Closes: https://bugs.gentoo.org/929729 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/rsync')
-rw-r--r--net-misc/rsync/rsync-3.3.0.ebuild2
-rw-r--r--net-misc/rsync/rsync-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-3.3.0.ebuild b/net-misc/rsync/rsync-3.3.0.ebuild
index fc6198dfa4d7..c6b7365a04b0 100644
--- a/net-misc/rsync/rsync-3.3.0.ebuild
+++ b/net-misc/rsync/rsync-3.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
# Uncomment when introducing a patch which touches configure
#RSYNC_NEEDS_AUTOCONF=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
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 fc6198dfa4d7..c6b7365a04b0 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..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit flag-o-matic prefix python-single-r1 systemd
DESCRIPTION="File transfer program to keep remote files into sync"