commit: 7acdc24740375e94578e2aa3bc80d5d66599bdcb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 10 15:52:36 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 10 15:52:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acdc247
app-vim/vim-go: Stabilize 1.26 x86, #913056 Signed-off-by: Sam James <sam <AT> gentoo.org> app-vim/vim-go/vim-go-1.26.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/vim-go/vim-go-1.26.ebuild b/app-vim/vim-go/vim-go-1.26.ebuild index 5d58adf679cd..ff0202fa6d88 100644 --- a/app-vim/vim-go/vim-go-1.26.ebuild +++ b/app-vim/vim-go/vim-go-1.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~x86" +KEYWORDS="~amd64 x86" RESTRICT="test" RDEPEND="dev-go/gopls"
