commit: 9026da2681c941ad1545833e860e44e0f5b7e4bd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 06:05:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 06:05:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9026da26
net-misc/rsync: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rsync/rsync-3.2.7-r1.ebuild | 4 ++--
net-misc/rsync/rsync-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-misc/rsync/rsync-3.2.7-r1.ebuild
b/net-misc/rsync/rsync-3.2.7-r1.ebuild
index 6c31cf7b857f..73c3bfc6b831 100644
--- a/net-misc/rsync/rsync-3.2.7-r1.ebuild
+++ b/net-misc/rsync/rsync-3.2.7-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Uncomment when introducing a patch which touches configure
#RSYNC_NEEDS_AUTOCONF=1
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit 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 6c31cf7b857f..73c3bfc6b831 100644
--- a/net-misc/rsync/rsync-9999.ebuild
+++ b/net-misc/rsync/rsync-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Uncomment when introducing a patch which touches configure
#RSYNC_NEEDS_AUTOCONF=1
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit prefix python-single-r1 systemd
DESCRIPTION="File transfer program to keep remote files into sync"