From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1180069-garchives=archives.gentoo.org@lists.gentoo.org> 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 C64421382C5 for <garchives@archives.gentoo.org>; Tue, 16 Jun 2020 01:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3E46E0E10; Tue, 16 Jun 2020 01:31:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DAC97E0E10 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Jun 2020 01:31:17 +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 8299034ED45 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Jun 2020 01:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3157E1EF for <gentoo-commits@lists.gentoo.org>; Tue, 16 Jun 2020 01:31:10 +0000 (UTC) From: "Brian Gloyer" <brian.gloyer@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Gloyer" <brian.gloyer@gmail.com> Message-ID: <1592270385.7fa2421f0c78778e5da9fd5465bb429a3166ca1d.brian.gloyer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/netrek-brmh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild X-VCS-Directories: games-action/netrek-brmh/ X-VCS-Committer: brian.gloyer X-VCS-Committer-Name: Brian Gloyer X-VCS-Revision: 7fa2421f0c78778e5da9fd5465bb429a3166ca1d X-VCS-Branch: dev Date: Tue, 16 Jun 2020 01:31:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6defb141-c5b9-4887-b0d5-2e83a6465ffd X-Archives-Hash: de9049cce985b05c42669d9176a47db7 commit: 7fa2421f0c78778e5da9fd5465bb429a3166ca1d Author: brian gloyer <brian.gloyer <AT> gmail <DOT> com> AuthorDate: Tue Jun 16 01:19:45 2020 +0000 Commit: Brian Gloyer <brian.gloyer <AT> gmail <DOT> com> CommitDate: Tue Jun 16 01:19:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fa2421f games-action/netrek-brmh: make -> emake Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com> Package-Manager: Portage-2.3.99, Repoman-2.3.22 games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild b/games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild index 85ca096..ea3f79c 100644 --- a/games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild +++ b/games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild @@ -29,7 +29,7 @@ BDEPEND=" src_configure() { xmkmf || die - make depend || die + emake depend || die } src_compile() {