diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-12 11:37:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-12 11:37:01 +0200 |
commit | 4768f505438a179866189ae61698a3cf9d1a6479 (patch) | |
tree | 042b7864acc89c490eafb9c6b7911b7387fd17bc /dev-go | |
parent | dev-go/vend: Keyword 1.0.3 arm64, #834137 (diff) | |
download | gentoo-4768f505438a179866189ae61698a3cf9d1a6479.tar.gz gentoo-4768f505438a179866189ae61698a3cf9d1a6479.tar.bz2 gentoo-4768f505438a179866189ae61698a3cf9d1a6479.zip |
dev-go/vend: Keyword 1.0.3 arm, #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 569a20676e89..229d954a6fab 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 ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" src_compile() { ego build . } |