diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-24 20:03:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-24 20:03:35 +0100 |
commit | 216c6326c14d9e31370b05e2fde69d3936dce782 (patch) | |
tree | 83f63be7b536df7a2472b2df7570b30ff56eeaba /dev-lang | |
parent | www-client/opera-developer: Old (diff) | |
download | gentoo-216c6326c14d9e31370b05e2fde69d3936dce782.tar.gz gentoo-216c6326c14d9e31370b05e2fde69d3936dce782.tar.bz2 gentoo-216c6326c14d9e31370b05e2fde69d3936dce782.zip |
dev-lang/go: x86 stable
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.10.8.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.11.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.10.8.ebuild b/dev-lang/go/go-1.10.8.ebuild index d56956f0dd5e..be06f525efe2 100644 --- a/dev-lang/go/go-1.10.8.ebuild +++ b/dev-lang/go/go-1.10.8.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~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.5.ebuild b/dev-lang/go/go-1.11.5.ebuild index 21d56ebb0348..c81f0f8dcabc 100644 --- a/dev-lang/go/go-1.11.5.ebuild +++ b/dev-lang/go/go-1.11.5.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~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 |