projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e19cb
)
dev-go/go-md2man: keyword on ~ppc64
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Fri, 17 Jan 2020 08:00:24 +0000
(
00:00
-0800)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Fri, 17 Jan 2020 08:44:49 +0000
(
00:44
-0800)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-go/go-md2man/go-md2man-1.0.8.ebuild
patch
|
blob
|
history
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 c3767538421b1e8ddbcea2db8c2a2d4ac2d187d4..e6e44b4741295e083c08b6f11aed4bd4d1b7c457 100644
(file)
--- 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-20
19
Gentoo Authors
+# Copyright 1999-20
20
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