diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-17 17:30:48 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-17 17:48:17 -0700 |
commit | 5836ceb61319c33347ea51cc94cd2b8aa2636b61 (patch) | |
tree | 2955ffbd185d7927695cecff81ffe7d98b68db28 /dev-go | |
parent | media-libs/libjpeg-turbo: add subslot (diff) | |
download | gentoo-5836ceb61319c33347ea51cc94cd2b8aa2636b61.tar.gz gentoo-5836ceb61319c33347ea51cc94cd2b8aa2636b61.tar.bz2 gentoo-5836ceb61319c33347ea51cc94cd2b8aa2636b61.zip |
dev-go/go-md2man: ppc64 stable, bug #749768
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-md2man/go-md2man-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 864c956f6d14..1c7a88897aa2 100644 --- a/dev-go/go-md2man/go-md2man-2.0.0.ebuild +++ b/dev-go/go-md2man/go-md2man-2.0.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cpuguy83/go-md2man" LICENSE="BSD-2 MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86" # restrict tests because they need network-sandbox disabled # bug https://bugs.gentoo.org/715028 |