summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-12-16 11:17:04 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-12-16 11:17:04 -0500
commit56ed1a8062e90b3d75d228e6b7ae655d07b3bee1 (patch)
treecbdbf4744f8f6ea7f6d03135618394410341d911
parent8f7b2e1e19797de46299c9eec6c634cd2807902e (diff)
downloadgentoo-overlay-56ed1a8062e90b3d75d228e6b7ae655d07b3bee1.tar.xz
gentoo-overlay-56ed1a8062e90b3d75d228e6b7ae655d07b3bee1.zip
app-arch/7-zip: add asm ignoring note
-rw-r--r--app-arch/7-zip/7-zip-21.06.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-arch/7-zip/7-zip-21.06.ebuild b/app-arch/7-zip/7-zip-21.06.ebuild
index 2934c65..dfa8c11 100644
--- a/app-arch/7-zip/7-zip-21.06.ebuild
+++ b/app-arch/7-zip/7-zip-21.06.ebuild
@@ -57,6 +57,8 @@ src_compile() {
myemakeargs+=(IS_ARM64=1)
elif use x86; then
myemakeargs+=(IS_X86=1)
+ else
+ einfo "asm is not supported on this arch, ignoring"
fi
fi
mkdir -p b/g || die