Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unzip/
Date: Tue, 21 Sep 2021 08:20:09
Message-Id: 1632211024.a6910f2a8db91687b9fa9bf6585f67bea544e6c6.mgorny@gentoo
1 commit: a6910f2a8db91687b9fa9bf6585f67bea544e6c6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 07:57:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 07:57:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6910f2a
7
8 app-arch/unzip: Switch to public get_abi_CFLAGS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/unzip/unzip-6.0_p26.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/unzip/unzip-6.0_p26.ebuild b/app-arch/unzip/unzip-6.0_p26.ebuild
16 index 398013305c5..c28b2e38258 100644
17 --- a/app-arch/unzip/unzip-6.0_p26.ebuild
18 +++ b/app-arch/unzip/unzip-6.0_p26.ebuild
19 @@ -76,7 +76,7 @@ src_configure() {
20 }
21
22 src_compile() {
23 - ASFLAGS="${ASFLAGS} $(get_abi_var CFLAGS)" \
24 + ASFLAGS="${ASFLAGS} $(get_abi_CFLAGS)" \
25 emake -f unix/Makefile ${TARGET}
26 }