mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-go/go-crypto: add ~x86 keyword
Tested on a x86 virtual machine. Gentoo-Bug: 590770 Package-Manager: portage-2.3.1
This commit is contained in:
@@ -9,7 +9,7 @@ EGO_SRC=golang.org/x/crypto
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit golang-vcs
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
EGIT_COMMIT="1f22c0103821b9390939b6776727195525381532"
|
||||
SRC_URI="https://github.com/golang/crypto/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
inherit golang-vcs-snapshot
|
||||
|
||||
Reference in New Issue
Block a user