diff options
author | Sam James <sam@gentoo.org> | 2023-09-10 16:52:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-10 16:52:36 +0100 |
commit | 7acdc24740375e94578e2aa3bc80d5d66599bdcb (patch) | |
tree | 4e7fc45c4f1c97f0f76ed095a59c1f1f84a52a1a /app-vim | |
parent | dev-lisp/ecls: bump to 23.9.9 (diff) | |
download | gentoo-7acdc24740375e94578e2aa3bc80d5d66599bdcb.tar.gz gentoo-7acdc24740375e94578e2aa3bc80d5d66599bdcb.tar.bz2 gentoo-7acdc24740375e94578e2aa3bc80d5d66599bdcb.zip |
app-vim/vim-go: Stabilize 1.26 x86, #913056
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-go/vim-go-1.26.ebuild | 4 |
1 files 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" |