diff options
author | Karl-Johan Karlsson <creideiki+gentoo-guru@lysator.liu.se> | 2022-07-20 19:15:01 +0200 |
---|---|---|
committer | Karl-Johan Karlsson <creideiki+gentoo-guru@lysator.liu.se> | 2022-07-20 19:15:01 +0200 |
commit | 21e2845b84e7384e52930071261887ff5172179b (patch) | |
tree | 72da110fabbe4e93b3cebe9efa88c71e47c5600c /media-video | |
parent | profiles: mask revdeps of llvm:12 (diff) | |
download | guru-21e2845b84e7384e52930071261887ff5172179b.tar.gz guru-21e2845b84e7384e52930071261887ff5172179b.tar.bz2 guru-21e2845b84e7384e52930071261887ff5172179b.zip |
media-video/owncast: Call go using the ego wrapper
Signed-off-by: Karl-Johan Karlsson <creideiki+gentoo-guru@lysator.liu.se>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/owncast/owncast-0.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |