diff options
Diffstat (limited to 'net-misc/rsync/rsync-3.2.4-r3.ebuild')
-rw-r--r-- | net-misc/rsync/rsync-3.2.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-3.2.4-r3.ebuild b/net-misc/rsync/rsync-3.2.4-r3.ebuild index 05ce39b226b0..927590cf6b40 100644 --- a/net-misc/rsync/rsync-3.2.4-r3.ebuild +++ b/net-misc/rsync/rsync-3.2.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ fi WANT_LIBTOOL=none -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit autotools flag-o-matic prefix python-single-r1 systemd DESCRIPTION="File transfer program to keep remote files into sync" |