commit: f704e096d5916716b244bfc58178b014e5f00f50
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 20:33:22 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 20:33:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f704e096
app-arch/arj: Respect CC
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-arch/arj/arj-3.10.22-r7.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild
b/app-arch/arj/arj-3.10.22-r7.ebuild
index 2cfa30f4cf9..ac01385b6dd 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools
+inherit autotools toolchain-funcs
PATCH_LEVEL=15
MY_P="${PN}_${PV}"
@@ -47,5 +47,6 @@ src_prepare() {
src_configure() {
cd gnu || die 'failed to change to the "gnu" directory'
+ tc-export CC # Uses autoconf but not automake.
econf
}