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 1A6641382C5 for ; Sun, 31 Jan 2021 23:02:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6585CE0839; Sun, 31 Jan 2021 23:02:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4CD98E0839 for ; Sun, 31 Jan 2021 23:02:29 +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 35811340EEC for ; Sun, 31 Jan 2021 23:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9767746F for ; Sun, 31 Jan 2021 23:02:26 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1612134128.e07f9d14a8af237c514a8a41b366274b8b8f23e2.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/dMagnetic/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/dMagnetic/dMagnetic-0.30.ebuild X-VCS-Directories: games-engines/dMagnetic/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e07f9d14a8af237c514a8a41b366274b8b8f23e2 X-VCS-Branch: master Date: Sun, 31 Jan 2021 23:02:26 +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: 858c0dea-ecb9-439a-a087-638e09dbe981 X-Archives-Hash: 5023968b9f4812deead63a7ab6c79f43 commit: e07f9d14a8af237c514a8a41b366274b8b8f23e2 Author: James Le Cuirot gentoo org> AuthorDate: Sun Jan 31 23:00:55 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jan 31 23:02:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07f9d14 games-engines/dMagnetic: Ensure .ini file is built before installing It was only being built by the tests. Closes: https://bugs.gentoo.org/768087 Package-Manager: Portage-3.0.14, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> games-engines/dMagnetic/dMagnetic-0.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-engines/dMagnetic/dMagnetic-0.30.ebuild b/games-engines/dMagnetic/dMagnetic-0.30.ebuild index 198f5f04372..76297ab3de5 100644 --- a/games-engines/dMagnetic/dMagnetic-0.30.ebuild +++ b/games-engines/dMagnetic/dMagnetic-0.30.ebuild @@ -21,7 +21,7 @@ src_prepare() { } src_compile() { - emake ${PN} \ + emake all \ CC="$(tc-getCC)" \ LINK="$(tc-getCC) ${LDFLAGS}" }