Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-md2man/
Date: Mon, 31 Aug 2020 21:03:48
Message-Id: 1598907820.49eac056c7dec3ef3c900c7daebc9c5c15603278.whissi@gentoo
1 commit: 49eac056c7dec3ef3c900c7daebc9c5c15603278
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 21:03:27 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 21:03:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49eac056
7
8 dev-go/go-md2man: x86 keyworded (bug #738758)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-go/go-md2man/go-md2man-2.0.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-go/go-md2man/go-md2man-2.0.0.ebuild b/dev-go/go-md2man/go-md2man-2.0.0.ebuild
17 index c2c7bbae829..864c956f6d1 100644
18 --- a/dev-go/go-md2man/go-md2man-2.0.0.ebuild
19 +++ b/dev-go/go-md2man/go-md2man-2.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cpuguy83/go-md2man"
27
28 LICENSE="BSD-2 MIT"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
31 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
32
33 # restrict tests because they need network-sandbox disabled
34 # bug https://bugs.gentoo.org/715028