diff options
author | 2024-04-29 22:45:44 +0100 | |
---|---|---|
committer | 2024-04-29 22:45:44 +0100 | |
commit | 4c2f375f6ca0906e8958d251cb7cda68b684f87e (patch) | |
tree | bd23f3581f0929fa732e1fde9bcd59831ab0379f /net-misc | |
parent | sys-apps/usbutils: enable py3.12 (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/rsync/rsync-3.3.0.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.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" |