diff options
author | Sam James <sam@gentoo.org> | 2021-11-25 04:16:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-25 04:16:16 +0000 |
commit | 3b7364e55fb23775aea981163aca413ab66bb07c (patch) | |
tree | f455bf0a42e157003a22ec7392c254c4a1db9273 /net-misc/rsync | |
parent | net-misc/rsync: Stabilize 3.2.3-r5 arm, #827218 (diff) | |
download | gentoo-3b7364e55fb23775aea981163aca413ab66bb07c.tar.gz gentoo-3b7364e55fb23775aea981163aca413ab66bb07c.tar.bz2 gentoo-3b7364e55fb23775aea981163aca413ab66bb07c.zip |
net-misc/rsync: Stabilize 3.2.3-r5 ppc, #827218
Signed-off-by: Sam James <sam@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 8cc3ffadf9c0..17d16ef046d3 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/_/}" |