diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-24 17:11:23 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-24 17:13:44 +0200 |
commit | 97da4b3bdeb53a359cd2e221ecfbfe95bbbbad13 (patch) | |
tree | 80ab39755753e7f162358fd4f57591782f7b37c0 /dev-lang | |
parent | dev-util/ragel: add ~amd64-linux ~x86-linux keywords (diff) | |
download | gentoo-97da4b3bdeb53a359cd2e221ecfbfe95bbbbad13.tar.gz gentoo-97da4b3bdeb53a359cd2e221ecfbfe95bbbbad13.tar.bz2 gentoo-97da4b3bdeb53a359cd2e221ecfbfe95bbbbad13.zip |
dev-lang/go: add ~x86-linux keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.12.5.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.12.5.ebuild b/dev-lang/go/go-1.12.5.ebuild index b48fe53d64d1..daee1d59a92e 100644 --- a/dev-lang/go/go-1.12.5.ebuild +++ b/dev-lang/go/go-1.12.5.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 ~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 diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index deea6d5a588f..8c8928317700 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.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 ~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 |