diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-04-23 10:50:06 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-04-23 10:53:37 -0500 |
commit | 41521a7ddda6009303300eaca80d9bef29a23d17 (patch) | |
tree | 84199fb4e804ff5bf4807657e52385925a11a6ce /dev-lang | |
parent | dev-python/unidecode: Add ~arm64 keyword (diff) | |
download | gentoo-41521a7ddda6009303300eaca80d9bef29a23d17.tar.gz gentoo-41521a7ddda6009303300eaca80d9bef29a23d17.tar.bz2 gentoo-41521a7ddda6009303300eaca80d9bef29a23d17.zip |
dev-lang/go: stabilize 1.11.9 and 1.12.4 on amd64
Bug: https://bugs.gentoo.org/684194
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.11.9.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.12.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.11.9.ebuild b/dev-lang/go/go-1.11.9.ebuild index 4cb21b53d193..7e249d23dab4 100644 --- a/dev-lang/go/go-1.11.9.ebuild +++ b/dev-lang/go/go-1.11.9.ebuild @@ -37,7 +37,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.12.4.ebuild b/dev-lang/go/go-1.12.4.ebuild index 4cb21b53d193..7e249d23dab4 100644 --- a/dev-lang/go/go-1.12.4.ebuild +++ b/dev-lang/go/go-1.12.4.ebuild @@ -37,7 +37,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 |