diff options
author | Sam James <sam@gentoo.org> | 2024-02-22 06:58:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-22 06:58:00 +0000 |
commit | 0f9bace360cbb83e3aa135128c0130bedafa1e8f (patch) | |
tree | 08ac438d6be2c3ed1c91702ccbe288e95a3b95cb /dev-go | |
parent | dev-libs/libintl: add 0.22.5 (diff) | |
download | gentoo-0f9bace360cbb83e3aa135128c0130bedafa1e8f.tar.gz gentoo-0f9bace360cbb83e3aa135128c0130bedafa1e8f.tar.bz2 gentoo-0f9bace360cbb83e3aa135128c0130bedafa1e8f.zip |
dev-go/go-md2man: Stabilize 2.0.3 ppc64, #921771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-md2man/go-md2man-2.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-go/go-md2man/go-md2man-2.0.3.ebuild b/dev-go/go-md2man/go-md2man-2.0.3.ebuild index 9fb1aa86c1e9..8601293d979e 100644 --- a/dev-go/go-md2man/go-md2man-2.0.3.ebuild +++ b/dev-go/go-md2man/go-md2man-2.0.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cpuguy83/go-md2man" LICENSE="BSD-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86" # restrict tests because they need network-sandbox disabled # bug https://bugs.gentoo.org/715028 |