Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/
Date: Fri, 31 Dec 2021 23:55:10
Message-Id: 1640994895.e078583820483684b5d7c8c0bbd4c515c8a8b53c.sam@gentoo
1 commit: e078583820483684b5d7c8c0bbd4c515c8a8b53c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 23:54:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 23:54:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0785838
7
8 app-arch/zstd: fix multilib x86 no exec'able stack too
9
10 Bug: https://bugs.gentoo.org/829849
11 Reported-by: Arfrever
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-arch/zstd/{zstd-1.5.1-r1.ebuild => zstd-1.5.1-r2.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-arch/zstd/zstd-1.5.1-r1.ebuild b/app-arch/zstd/zstd-1.5.1-r2.ebuild
18 similarity index 97%
19 rename from app-arch/zstd/zstd-1.5.1-r1.ebuild
20 rename to app-arch/zstd/zstd-1.5.1-r2.ebuild
21 index 4e3f4fdad650..68a45fd7660c 100644
22 --- a/app-arch/zstd/zstd-1.5.1-r1.ebuild
23 +++ b/app-arch/zstd/zstd-1.5.1-r2.ebuild
24 @@ -34,7 +34,7 @@ mymake() {
25 # - https://github.com/facebook/zstd/issues/2963
26 local asm="ZSTD_NO_ASM=1"
27
28 - if use amd64 ; then
29 + if use amd64 && [[ ${ABI} == amd64 ]] ; then
30 asm=
31 fi