diff options
author | William Hubbs <williamh@gentoo.org> | 2019-03-16 19:02:23 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-03-16 19:03:11 -0500 |
commit | 6c26e6b3a3b49dc84f0604d23db951ad89c954b4 (patch) | |
tree | 72679010a3ca62106637b772e43399b02875d244 /dev-lang/go | |
parent | dev-python/xmltodict: keyword ~arm (diff) | |
download | gentoo-6c26e6b3a3b49dc84f0604d23db951ad89c954b4.tar.gz gentoo-6c26e6b3a3b49dc84f0604d23db951ad89c954b4.tar.bz2 gentoo-6c26e6b3a3b49dc84f0604d23db951ad89c954b4.zip |
dev-lang/go: Add ~amd64-linux and ~s390 keywords back to 1.12
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.12.ebuild b/dev-lang/go/go-1.12.ebuild index 533fda774e48..675d11f52599 100644 --- a/dev-lang/go/go-1.12.ebuild +++ b/dev-lang/go/go-1.12.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~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 |