diff options
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-md2man/go-md2man-1.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-go/go-md2man/go-md2man-1.0.8.ebuild b/dev-go/go-md2man/go-md2man-1.0.8.ebuild index c3767538421b..e6e44b474129 100644 --- a/dev-go/go-md2man/go-md2man-1.0.8.ebuild +++ b/dev-go/go-md2man/go-md2man-1.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ EGO_PN=github.com/cpuguy83/go-md2man if [[ ${PV} = *9999* ]]; then inherit golang-vcs else - KEYWORDS="~amd64 ~arm ~arm64" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" EGIT_COMMIT=v${PV} SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot |