dev-lang/go: add ~x86-linux keyword
authorMichael Haubenwallner <haubi@gentoo.org>
Mon, 24 Jun 2019 15:11:23 +0000 (17:11 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 24 Jun 2019 15:13:44 +0000 (17:13 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
dev-lang/go/go-1.12.5.ebuild
dev-lang/go/go-9999.ebuild

index b48fe53d64d1ebe38ac96db2f31e1509b02958b0..daee1d59a92e2c79e2085175997aa3fefa63d853 100644 (file)
@@ -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 ~x86-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
index deea6d5a588f2ae617d826e910782e8386358693..8c89283177009667060e280a0e92f001707cf450 100644 (file)
@@ -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 ~x86-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