commit: 13a44cf58ab2e2c28702250df3418ced6339b6f6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 16:03:59 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 17:32:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a44cf5
dev-libs/isa-l: Prevent ARCH leaking from ebuild env
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/isa-l/isa-l-2.31.0.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-libs/isa-l/isa-l-2.31.0.ebuild
b/dev-libs/isa-l/isa-l-2.31.0.ebuild
index 2ba069c9d386..0cc8e4e56513 100644
--- a/dev-libs/isa-l/isa-l-2.31.0.ebuild
+++ b/dev-libs/isa-l/isa-l-2.31.0.ebuild
@@ -51,6 +51,11 @@ src_prepare() {
eautoreconf
}
+src_compile() {
+ unset ARCH
+ default
+}
+
src_install() {
default
find "${ED}" -name '*.la' -delete || die