diff options
author | Sam James <sam@gentoo.org> | 2022-10-11 00:39:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-11 00:39:39 +0100 |
commit | 008625d8c27bdb4ca5d91ffed8a6099bbf34f860 (patch) | |
tree | a3cb430a72668c9c4959fc2b2a6e5299c8532fc3 /app-vim/vim-go | |
parent | dev-go/gopls: Keyword 0.9.4 x86, #867916 (diff) | |
download | gentoo-008625d8c27bdb4ca5d91ffed8a6099bbf34f860.tar.gz gentoo-008625d8c27bdb4ca5d91ffed8a6099bbf34f860.tar.bz2 gentoo-008625d8c27bdb4ca5d91ffed8a6099bbf34f860.zip |
app-vim/vim-go: Keyword 1.26 x86, #867916
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim/vim-go')
-rw-r--r-- | app-vim/vim-go/vim-go-1.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-go/vim-go-1.26.ebuild b/app-vim/vim-go/vim-go-1.26.ebuild index 6f34df59ddbc..5d58adf679cd 100644 --- a/app-vim/vim-go/vim-go-1.26.ebuild +++ b/app-vim/vim-go/vim-go-1.26.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/fatih/vim-go" SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" RESTRICT="test" RDEPEND="dev-go/gopls" |