app-misc/wego: add ~arm64 and ~ppc64 keywords

Works fine on both.

Closes: https://github.com/gentoo/guru/pull/127
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
pkubaj
2024-01-20 00:03:39 +00:00
committed by David Roman
parent 823f5d3631
commit 7f4571d46f

View File

@@ -11,7 +11,7 @@ SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
HOMEPAGE="https://github.com/schachmat/wego"
LICENSE="BSD ISC MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64 ~ppc64"
src_compile() {
ego build -v -x -o wego || die