Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-misc/rsync/
Date: Sun, 28 Jun 2020 17:10:49
Message-Id: 1593364235.45c6558fb1ee751ce3f065806d131fe57a2e5539.blueness@gentoo
1 commit: 45c6558fb1ee751ce3f065806d131fe57a2e5539
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 17:10:35 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 17:10:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=45c6558f
7
8 net-misc/rsync: stabilize on musl arches
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 RepoMan-Options: --force
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 net-misc/rsync/rsync-3.2.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/rsync/rsync-3.2.0-r1.ebuild b/net-misc/rsync/rsync-3.2.0-r1.ebuild
18 index 7c3b996..8f6446d 100644
19 --- a/net-misc/rsync/rsync-3.2.0-r1.ebuild
20 +++ b/net-misc/rsync/rsync-3.2.0-r1.ebuild
21 @@ -16,7 +16,7 @@ else
22 SRC_DIR="src-previews"
23 else
24 SRC_DIR="src"
25 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
26 + KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
27 fi
28 SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz"
29 S="${WORKDIR}/${P/_/}"