summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-31 23:03:27 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-31 23:03:40 +0200
commit49eac056c7dec3ef3c900c7daebc9c5c15603278 (patch)
tree042dfc22a40e96f51e9fbf8fee93a929ad34d03f /dev-go
parentapp-emulation/docker-proxy: x86 keyworded (bug #738758) (diff)
downloadgentoo-49eac056c7dec3ef3c900c7daebc9c5c15603278.tar.gz
gentoo-49eac056c7dec3ef3c900c7daebc9c5c15603278.tar.bz2
gentoo-49eac056c7dec3ef3c900c7daebc9c5c15603278.zip
dev-go/go-md2man: x86 keyworded (bug #738758)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/go-md2man/go-md2man-2.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-go/go-md2man/go-md2man-2.0.0.ebuild b/dev-go/go-md2man/go-md2man-2.0.0.ebuild
index c2c7bbae8299..864c956f6d14 100644
--- a/dev-go/go-md2man/go-md2man-2.0.0.ebuild
+++ b/dev-go/go-md2man/go-md2man-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cpuguy83/go-md2man"
LICENSE="BSD-2 MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
# restrict tests because they need network-sandbox disabled
# bug https://bugs.gentoo.org/715028