Skip to content

Commit

Permalink
dev-go/go-crypto: add ~x86 keyword
Browse files Browse the repository at this point in the history
Tested on a x86 virtual machine.

Gentoo-Bug: 590770

Package-Manager: portage-2.3.1
  • Loading branch information
Marek Szuba committed Sep 21, 2016
1 parent dcb9f74 commit fc438fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-go/go-crypto/go-crypto-0_pre20160126.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc438fe

Please sign in to comment.