commit: 07ce433b3b501ed958578cdc5df9a9310558f2d0
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 17:43:50 2020 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 17:43:50 2020 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=07ce433b
net-misc/rsync: hard disable simd
Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --force
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
net-misc/rsync/rsync-3.2.0-r1.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/net-misc/rsync/rsync-3.2.0-r1.ebuild
b/net-misc/rsync/rsync-3.2.0-r1.ebuild
index 89a4e30..76c3127 100644
--- a/net-misc/rsync/rsync-3.2.0-r1.ebuild
+++ b/net-misc/rsync/rsync-3.2.0-r1.ebuild
@@ -85,12 +85,7 @@ src_configure() {
$(use_enable zstd)
)
- if [[ "${ARCH}" == "amd64" ]] ; then
- # SIMD is only available for x86_64 right now (#728868)
- myeconfargs+=( $(use_enable cpu_flags_x86_sse2 simd) )
- else
- myeconfargs+=( --disable-simd )
- fi
+ myeconfargs+=( --disable-simd )
econf "${myeconfargs[@]}"
[[ "${PV}" == *9999 ]] || touch proto.h-tstamp #421625