Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
}
multilib_src_test() {
- multilib_is_native_abi && emake test
+ multilib_is_native_abi && emake CC="$(tc-getCC)" test
}
multilib_src_install() {
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
}
multilib_src_test() {
- multilib_is_native_abi && emake test
+ multilib_is_native_abi && emake CC="$(tc-getCC)" test
}
multilib_src_install() {