mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
mux: shouldn't go work in 32 bit?
This commit is contained in:
parent
a6c66a4466
commit
e2f5728c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue