diff options
author | 2021-11-25 21:17:19 +0200 | |
---|---|---|
committer | 2021-11-25 21:17:39 +0200 | |
commit | 601e341b117178ae31d35a99aeab4f0f3d3195aa (patch) | |
tree | 7c5947782a9f7957d28688a7cb561515f67bc440 /net-misc/rsync | |
parent | dev-python/pyudev: remove unused patch (diff) | |
download | gentoo-601e341b117178ae31d35a99aeab4f0f3d3195aa.tar.gz gentoo-601e341b117178ae31d35a99aeab4f0f3d3195aa.tar.bz2 gentoo-601e341b117178ae31d35a99aeab4f0f3d3195aa.zip |
net-misc/rsync: Stabilize 3.2.3-r5 ppc64, #827218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/rsync')
-rw-r--r-- | net-misc/rsync/rsync-3.2.3-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/rsync/rsync-3.2.3-r5.ebuild b/net-misc/rsync/rsync-3.2.3-r5.ebuild index 17d16ef046d3..08f3f654043b 100644 --- a/net-misc/rsync/rsync-3.2.3-r5.ebuild +++ b/net-misc/rsync/rsync-3.2.3-r5.ebuild @@ -15,7 +15,7 @@ inherit autotools prefix systemd DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="https://rsync.samba.org/" SRC_DIR="src" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz" S="${WORKDIR}/${P/_/}" |