From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/construo/
Date: Thu, 8 Jul 2021 08:46:22 +0000 (UTC) [thread overview]
Message-ID: <1625733960.a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce.soap@gentoo> (raw)
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"
next reply other threads:[~2021-07-08 8:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-08 8:46 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-19 23:33 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/construo/ Sam James
2015-12-31 5:22 Michael Sterrett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1625733960.a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox