dev-lang/go: Add ~amd64-linux and ~s390 keywords back to 1.12
authorWilliam Hubbs <williamh@gentoo.org>
Sun, 17 Mar 2019 00:02:23 +0000 (19:02 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Sun, 17 Mar 2019 00:03:11 +0000 (19:03 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh@gentoo.org>
dev-lang/go/go-1.12.ebuild

index 533fda774e48b504512f16ee2994200d1da72f5a..675d11f5259931cd9d7ebb00cfb1b71086dbd356 100644 (file)
@@ -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