diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-20 02:19:14 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-20 02:29:44 +0100 |
commit | 0095074c05502ba36ac91b5db8438190bbde4f12 (patch) | |
tree | e90838d8cb107d192a0acb860f8ce45818e02ed4 /dev-lang/go | |
parent | app-metrics/collectd: x86 stable (bug #673444) (diff) | |
download | gentoo-0095074c05502ba36ac91b5db8438190bbde4f12.tar.gz gentoo-0095074c05502ba36ac91b5db8438190bbde4f12.tar.bz2 gentoo-0095074c05502ba36ac91b5db8438190bbde4f12.zip |
dev-lang/go: x86 stable (bug #673234)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.10.7.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.11.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.10.7.ebuild b/dev-lang/go/go-1.10.7.ebuild index 3eecca0eb622..b4e31e6f772e 100644 --- a/dev-lang/go/go-1.10.7.ebuild +++ b/dev-lang/go/go-1.10.7.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" # The upstream tests fail under portage but pass if the build is # run according to their documentation [1]. # I am restricting the tests on released versions until this is diff --git a/dev-lang/go/go-1.11.4.ebuild b/dev-lang/go/go-1.11.4.ebuild index 58aa8cbd90dd..c6c0185c4ec0 100644 --- a/dev-lang/go/go-1.11.4.ebuild +++ b/dev-lang/go/go-1.11.4.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" # The upstream tests fail under portage but pass if the build is # run according to their documentation [1]. # I am restricting the tests on released versions until this is |