x86 for more go shit

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-04-06 16:26:17 -04:00
parent e2f5728c5a
commit 7d348088f9
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ EGO_PN=github.com/mattn/${PN}
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64 ~arm ~arm64"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot

View file

@ -7,7 +7,7 @@ EGO_PN=github.com/gorilla/${PN}
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64 ~arm ~arm64"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot