commit: a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce Author: Alexey Sokolov <sokolov <AT> google <DOT> com> AuthorDate: Thu Jul 8 08:46:00 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jul 8 08:46:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1264b5f
games-puzzle/construo: use correct AR Closes: https://github.com/gentoo/gentoo/pull/21557 Closes: https://bugs.gentoo.org/801073 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> games-puzzle/construo/construo-0.2.3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/games-puzzle/construo/construo-0.2.3.ebuild b/games-puzzle/construo/construo-0.2.3.ebuild index 9e99b41dbdc..89c4de46b05 100644 --- a/games-puzzle/construo/construo-0.2.3.ebuild +++ b/games-puzzle/construo/construo-0.2.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop +inherit autotools desktop toolchain-funcs DESCRIPTION="2d construction toy with objects that react on physical forces" HOMEPAGE="http://www.nongnu.org/construo/" @@ -31,6 +31,10 @@ src_prepare() { eautoreconf } +src_compile() { + emake AR=$(tc-getAR) +} + src_install() { default make_desktop_entry "${PN}.glut" "${PN}.glut"
