From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAE2C13933E for ; Thu, 8 Jul 2021 08:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 061EDE0968; Thu, 8 Jul 2021 08:46:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCC2BE0CA7 for ; Thu, 8 Jul 2021 08:46:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63160342A8F for ; Thu, 8 Jul 2021 08:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3DCA2B for ; Thu, 8 Jul 2021 08:46:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1625733960.a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/construo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/construo/construo-0.2.3.ebuild X-VCS-Directories: games-puzzle/construo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce X-VCS-Branch: master Date: Thu, 8 Jul 2021 08:46:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 555d0c85-0f40-4891-bc29-91ad30bdbbfc X-Archives-Hash: 1c4848cf42be9a1fca61611388343fb6 commit: a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce Author: Alexey Sokolov google com> AuthorDate: Thu Jul 8 08:46:00 2021 +0000 Commit: David Seifert gentoo 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 asokolov.org> Signed-off-by: David Seifert 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"