From 2e19c9194cfa6ed199bc31345f8ea65ae166f1b4 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Tue, 4 May 2021 15:19:25 +0100 Subject: x11-misc/xplanet: Don't call AR directly Closes: https://bugs.gentoo.org/726292 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith Closes: https://github.com/gentoo/gentoo/pull/20680 Signed-off-by: Lars Wendler --- x11-misc/xplanet/xplanet-1.3.1-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild index 1eef6008ea98..ac79390deb72 100644 --- a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild +++ b/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic +inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Render images of the earth into the X root window" HOMEPAGE="http://xplanet.sourceforge.net/" @@ -66,3 +66,7 @@ src_configure() { ) econf --with-cspice=no "${myconf[@]}" } + +src_compile() { + emake AR=$(tc-getAR) +} -- cgit v1.2.3-18-g5258