diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-12 15:02:20 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-12 15:02:20 +0200 |
commit | c22c40a8f71e04722e34211846f65cc51af8e8c2 (patch) | |
tree | 455b1f613b268e5bbabc77e04aca1eeda47d8cd1 /dev-go | |
parent | dev-python/mdit-py-plugins: Stabilize 0.3.0 hppa, #834278 (diff) | |
download | gentoo-c22c40a8f71e04722e34211846f65cc51af8e8c2.tar.gz gentoo-c22c40a8f71e04722e34211846f65cc51af8e8c2.tar.bz2 gentoo-c22c40a8f71e04722e34211846f65cc51af8e8c2.zip |
dev-go/vend: Keyword 1.0.3 ppc64, #834137
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/vend/vend-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-go/vend/vend-1.0.3.ebuild b/dev-go/vend/vend-1.0.3.ebuild index 229d954a6fab..5259d421f849 100644 --- a/dev-go/vend/vend-1.0.3.ebuild +++ b/dev-go/vend/vend-1.0.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/nomad-software/vend/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" src_compile() { ego build . } |