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:44:04
Message-Id: 1593366230.07ce433b3b501ed958578cdc5df9a9310558f2d0.blueness@gentoo
1 commit: 07ce433b3b501ed958578cdc5df9a9310558f2d0
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 17:43:50 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 17:43:50 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=07ce433b
7
8 net-misc/rsync: hard disable simd
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 | 7 +------
15 1 file changed, 1 insertion(+), 6 deletions(-)
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 89a4e30..76c3127 100644
19 --- a/net-misc/rsync/rsync-3.2.0-r1.ebuild
20 +++ b/net-misc/rsync/rsync-3.2.0-r1.ebuild
21 @@ -85,12 +85,7 @@ src_configure() {
22 $(use_enable zstd)
23 )
24
25 - if [[ "${ARCH}" == "amd64" ]] ; then
26 - # SIMD is only available for x86_64 right now (#728868)
27 - myeconfargs+=( $(use_enable cpu_flags_x86_sse2 simd) )
28 - else
29 - myeconfargs+=( --disable-simd )
30 - fi
31 + myeconfargs+=( --disable-simd )
32
33 econf "${myeconfargs[@]}"
34 [[ "${PV}" == *9999 ]] || touch proto.h-tstamp #421625