summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2016-09-21 15:50:39 +0200
committerMarek Szuba <marecki@gentoo.org>2016-09-21 15:57:27 +0200
commitdcb9f7441b64a5eb23a72ed91aec74ece35f8912 (patch)
tree3d25b9b492193d22e9b02b28d6dfa4eab241f957 /dev-go
parentmedia-libs/libtimidity: bump to 0.2.0 (diff)
downloadgentoo-dcb9f7441b64a5eb23a72ed91aec74ece35f8912.tar.gz
gentoo-dcb9f7441b64a5eb23a72ed91aec74ece35f8912.tar.bz2
gentoo-dcb9f7441b64a5eb23a72ed91aec74ece35f8912.zip
dev-go/go-text: add ~x86 keyword
Tested on a x86 virtual machine. Gentoo-Bug: 590774 Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/go-text/go-text-0_pre20160211.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-go/go-text/go-text-0_pre20160211.ebuild b/dev-go/go-text/go-text-0_pre20160211.ebuild
index 9b7510bc7115..233a7af9c72e 100644
--- a/dev-go/go-text/go-text-0_pre20160211.ebuild
+++ b/dev-go/go-text/go-text-0_pre20160211.ebuild
@@ -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