summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2019-03-20 18:03:05 +0100
committerMarkus Meier <maekke@gentoo.org>2019-03-20 18:03:05 +0100
commitd1073af53fe3473fd6fb5772f14750a95b426c7e (patch)
treeeaa93e5fa66f87060f16b9bac5113df7420ff1a1 /dev-lang
parentmedia-video/ffmpeg: arm stable, bug #660924 (diff)
downloadgentoo-d1073af53fe3473fd6fb5772f14750a95b426c7e.tar.gz
gentoo-d1073af53fe3473fd6fb5772f14750a95b426c7e.tar.bz2
gentoo-d1073af53fe3473fd6fb5772f14750a95b426c7e.zip
dev-lang/go: arm stable, bug #680240
Signed-off-by: Markus Meier <maekke@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/go-1.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.12.1.ebuild b/dev-lang/go/go-1.12.1.ebuild
index a578011160be..0a21a156b985 100644
--- a/dev-lang/go/go-1.12.1.ebuild
+++ b/dev-lang/go/go-1.12.1.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