diff options
author | 2024-02-02 03:56:14 +0000 | |
---|---|---|
committer | 2024-02-02 03:56:14 +0000 | |
commit | fefef02becc655f948f9424a04c2a5a678bb06aa (patch) | |
tree | 103149cb51dd763e9d844d4bc976d0f8e6930d80 /net-misc | |
parent | sys-apps/pcsc-tools: Stabilize 1.7.1 ppc64, #923513 (diff) | |
download | gentoo-fefef02becc655f948f9424a04c2a5a678bb06aa.tar.gz gentoo-fefef02becc655f948f9424a04c2a5a678bb06aa.tar.bz2 gentoo-fefef02becc655f948f9424a04c2a5a678bb06aa.zip |
net-misc/rsync: Stabilize 3.2.7-r3 ppc64, #923516
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rsync/rsync-3.2.7-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-3.2.7-r3.ebuild b/net-misc/rsync/rsync-3.2.7-r3.ebuild index 01c09f3cd5ca..9e8d927ed15c 100644 --- a/net-misc/rsync/rsync-3.2.7-r3.ebuild +++ b/net-misc/rsync/rsync-3.2.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ else SRC_DIR="src-previews" else SRC_DIR="src" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz |