diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-31 23:03:27 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-31 23:03:40 +0200 |
commit | 49eac056c7dec3ef3c900c7daebc9c5c15603278 (patch) | |
tree | 042dfc22a40e96f51e9fbf8fee93a929ad34d03f /dev-go/go-md2man | |
parent | app-emulation/docker-proxy: x86 keyworded (bug #738758) (diff) | |
download | gentoo-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/go-md2man')
-rw-r--r-- | dev-go/go-md2man/go-md2man-2.0.0.ebuild | 4 |
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 |