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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2F1D158094 for ; Sat, 23 Jul 2022 17:36:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF616E07C9; Sat, 23 Jul 2022 17:36:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3B96E07C9 for ; Sat, 23 Jul 2022 17:36:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1683A340D82 for ; Sat, 23 Jul 2022 17:36:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A5EF544 for ; Sat, 23 Jul 2022 17:36:42 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1658337301.21e2845b84e7384e52930071261887ff5172179b.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/owncast/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/owncast/owncast-0.0.12.ebuild X-VCS-Directories: media-video/owncast/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 21e2845b84e7384e52930071261887ff5172179b X-VCS-Branch: master Date: Sat, 23 Jul 2022 17:36:42 +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: 1f68678c-6478-49d0-b7f9-308223f35913 X-Archives-Hash: ce24369e0437f832bdfa4e91c0ea7b42 commit: 21e2845b84e7384e52930071261887ff5172179b Author: Karl-Johan Karlsson lysator liu se> AuthorDate: Wed Jul 20 17:15:01 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed Jul 20 17:15:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21e2845b media-video/owncast: Call go using the ego wrapper Signed-off-by: Karl-Johan Karlsson lysator.liu.se> media-video/owncast/owncast-0.0.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/owncast/owncast-0.0.12.ebuild b/media-video/owncast/owncast-0.0.12.ebuild index fbf01c434..0e7243d94 100644 --- a/media-video/owncast/owncast-0.0.12.ebuild +++ b/media-video/owncast/owncast-0.0.12.ebuild @@ -37,7 +37,7 @@ src_unpack() { } src_compile() { - go build -v -work -x \ + ego build -v -work -x \ -ldflags "-s -w -X github.com/${PN}/${PN}/config.VersionNumber=${PV} -X github.com/${PN}/${PN}/config.BuildPlatform=gentoo" \ -o ${PN} \ github.com/${PN}/${PN} || die