commit: a6910f2a8db91687b9fa9bf6585f67bea544e6c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 07:57:04 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 07:57:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6910f2a
app-arch/unzip: Switch to public get_abi_CFLAGS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/unzip/unzip-6.0_p26.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/unzip/unzip-6.0_p26.ebuild
b/app-arch/unzip/unzip-6.0_p26.ebuild
index 398013305c5..c28b2e38258 100644
--- a/app-arch/unzip/unzip-6.0_p26.ebuild
+++ b/app-arch/unzip/unzip-6.0_p26.ebuild
@@ -76,7 +76,7 @@ src_configure() {
}
src_compile() {
- ASFLAGS="${ASFLAGS} $(get_abi_var CFLAGS)" \
+ ASFLAGS="${ASFLAGS} $(get_abi_CFLAGS)" \
emake -f unix/Makefile ${TARGET}
}