diff options
author | 2021-11-25 21:17:22 +0200 | |
---|---|---|
committer | 2021-11-25 21:17:40 +0200 | |
commit | eb24aa69610c5daecd46eb9b0f51945d8666fab0 (patch) | |
tree | a5eae709c67315e3cb50235fbcb1ec3f49d28f13 /net-misc | |
parent | net-misc/rsync: Stabilize 3.2.3-r5 ppc64, #827218 (diff) | |
download | gentoo-eb24aa69610c5daecd46eb9b0f51945d8666fab0.tar.gz gentoo-eb24aa69610c5daecd46eb9b0f51945d8666fab0.tar.bz2 gentoo-eb24aa69610c5daecd46eb9b0f51945d8666fab0.zip |
net-misc/rsync: Stabilize 3.2.3-r5 x86, #827218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-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 08f3f654043b..aff5ecf8040d 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/_/}" |