Skip to content

Commit

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

Gentoo-Bug: 590774

Package-Manager: portage-2.3.1
  • Loading branch information
Marek Szuba committed Sep 21, 2016
1 parent 380f70f commit dcb9f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-go/go-text/go-text-0_pre20160211.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EGO_SRC=golang.org/x/text
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64 ~arm"
KEYWORDS="~amd64 ~arm ~x86"
EGIT_COMMIT="07b9a78963006a15c538ec5175243979025fa7a8"
SRC_URI="https://github.com/golang/text/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
Expand Down

0 comments on commit dcb9f74

Please sign in to comment.