commit: f51c67e0a27e7209851f0a851a1333e57624e532
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 16:33:44 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 18:18:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51c67e0
app-crypt/pesign: Remove broken gcc-ar hack
The AR override that attempts to force 'gcc-ar' does not work with all
CC values. Revert to using $(tc-getAR).
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/pesign/pesign-113.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/pesign/pesign-113.ebuild
b/app-crypt/pesign/pesign-113.ebuild
index 40d481c35cc..fcb4a4ab380 100644
--- a/app-crypt/pesign/pesign-113.ebuild
+++ b/app-crypt/pesign/pesign-113.ebuild
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}"/${PN}-113-nss.patch )
src_compile() {
- emake AR="$(tc-is-gcc && echo "$(tc-getCC)-ar" || tc-getAR)" \
+ emake AR="$(tc-getAR)" \
ARFLAGS="-cvqs" \
AS="$(tc-getAS)" \
CC="$(tc-getCC)" \