diff options
author | Sam James <sam@gentoo.org> | 2021-12-31 23:54:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-31 23:54:55 +0000 |
commit | e078583820483684b5d7c8c0bbd4c515c8a8b53c (patch) | |
tree | 173b1471e1e8b5fd4d88c8671af5f18af6e1db89 /app-arch/zstd | |
parent | x11-drivers/nvidia-drivers: drop 390.144-r1, 460.91.03-r1, 470.86-r2 (diff) | |
download | gentoo-e078583820483684b5d7c8c0bbd4c515c8a8b53c.tar.gz gentoo-e078583820483684b5d7c8c0bbd4c515c8a8b53c.tar.bz2 gentoo-e078583820483684b5d7c8c0bbd4c515c8a8b53c.zip |
app-arch/zstd: fix multilib x86 no exec'able stack too
Bug: https://bugs.gentoo.org/829849
Reported-by: Arfrever
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/zstd')
-rw-r--r-- | app-arch/zstd/zstd-1.5.1-r2.ebuild (renamed from app-arch/zstd/zstd-1.5.1-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/zstd/zstd-1.5.1-r1.ebuild b/app-arch/zstd/zstd-1.5.1-r2.ebuild index 4e3f4fdad650..68a45fd7660c 100644 --- a/app-arch/zstd/zstd-1.5.1-r1.ebuild +++ b/app-arch/zstd/zstd-1.5.1-r2.ebuild @@ -34,7 +34,7 @@ mymake() { # - https://github.com/facebook/zstd/issues/2963 local asm="ZSTD_NO_ASM=1" - if use amd64 ; then + if use amd64 && [[ ${ABI} == amd64 ]] ; then asm= fi |