diff --git a/media-video/owncast/owncast-0.0.12.ebuild b/media-video/owncast/owncast-0.0.12.ebuild index fbf01c4348..0e7243d945 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