aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2020-06-28 13:10:35 -0400
committerAnthony G. Basile <blueness@gentoo.org>2020-06-28 13:10:35 -0400
commit45c6558fb1ee751ce3f065806d131fe57a2e5539 (patch)
tree43b40ab1d8fe87b20cc825e210c928d602a53474
parentnet-misc/rsync: version bump to 3.2.0-r1 (diff)
downloadmusl-45c6558f.tar.gz
musl-45c6558f.tar.bz2
musl-45c6558f.zip
net-misc/rsync: stabilize on musl arches
Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --force Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--net-misc/rsync/rsync-3.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/rsync/rsync-3.2.0-r1.ebuild b/net-misc/rsync/rsync-3.2.0-r1.ebuild
index 7c3b9966..8f6446d3 100644
--- a/net-misc/rsync/rsync-3.2.0-r1.ebuild
+++ b/net-misc/rsync/rsync-3.2.0-r1.ebuild
@@ -16,7 +16,7 @@ else
SRC_DIR="src-previews"
else
SRC_DIR="src"
- KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
fi
SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz"
S="${WORKDIR}/${P/_/}"