app-crypt/pesign: Remove broken gcc-ar hack
authorMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 16:33:44 +0000 (17:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 18:18:32 +0000 (19:18 +0100)
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@gentoo.org>
app-crypt/pesign/pesign-113.ebuild

index 40d481c35cc5c90a8959f3608b2ba0694099e94f..fcb4a4ab3809806688773f8a2e6adaff2af4b898 100644 (file)
@@ -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)" \