Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/construo/
Date: Thu, 08 Jul 2021 08:46:26
Message-Id: 1625733960.a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce.soap@gentoo
1 commit: a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Thu Jul 8 08:46:00 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 08:46:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1264b5f
7
8 games-puzzle/construo: use correct AR
9
10 Closes: https://github.com/gentoo/gentoo/pull/21557
11 Closes: https://bugs.gentoo.org/801073
12 Package-Manager: Portage-3.0.20, Repoman-3.0.2
13 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
14 Signed-off-by: David Seifert <soap <AT> gentoo.org>
15
16 games-puzzle/construo/construo-0.2.3.ebuild | 6 +++++-
17 1 file changed, 5 insertions(+), 1 deletion(-)
18
19 diff --git a/games-puzzle/construo/construo-0.2.3.ebuild b/games-puzzle/construo/construo-0.2.3.ebuild
20 index 9e99b41dbdc..89c4de46b05 100644
21 --- a/games-puzzle/construo/construo-0.2.3.ebuild
22 +++ b/games-puzzle/construo/construo-0.2.3.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -inherit autotools desktop
28 +inherit autotools desktop toolchain-funcs
29
30 DESCRIPTION="2d construction toy with objects that react on physical forces"
31 HOMEPAGE="http://www.nongnu.org/construo/"
32 @@ -31,6 +31,10 @@ src_prepare() {
33 eautoreconf
34 }
35
36 +src_compile() {
37 + emake AR=$(tc-getAR)
38 +}
39 +
40 src_install() {
41 default
42 make_desktop_entry "${PN}.glut" "${PN}.glut"