Diff mage-1.13.0 with a mage-1.15.0

/usr/portage/dev-util/mage/mage-1.15.0.ebuild 2023-10-09 14:52:30.980368388 +0300
1
# Copyright 2022 Gentoo Authors
1
# Copyright 2022-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13
KEYWORDS="~amd64"
14 14

  
15 15
src_compile() {
16
	GOBIN="${S}/bin" go run bootstrap.go || die "build failed"
16
	GOBIN="${S}/bin" ego run bootstrap.go
17 17
}
18 18

  
19 19
src_install() {
Thank you!