diff options
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 a7aa380240d9..0d6b4eccfa83 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" +KEYWORDS="~amd64 ~riscv" src_compile() { ego build . } |