commit: 26fdab4ba6c8514f105d858b45010aea050e9874 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 06:21:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 12 22:50:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fdab4b
app-vim/vim-go: fix variable references Signed-off-by: Sam James <sam <AT> gentoo.org> app-vim/vim-go/vim-go-1.13.ebuild | 5 +++-- app-vim/vim-go/vim-go-1.19.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild index 39d68cf0d91..13ca24a1926 100644 --- a/app-vim/vim-go/vim-go-1.13.ebuild +++ b/app-vim/vim-go/vim-go-1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,10 +8,11 @@ inherit vim-plugin DESCRIPTION="vim plugin: Go development plugin for Vim" 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" -VIM_PLUGIN_HELPFILES="$PN" +VIM_PLUGIN_HELPFILES="${PN}" RESTRICT="test" diff --git a/app-vim/vim-go/vim-go-1.19.ebuild b/app-vim/vim-go/vim-go-1.19.ebuild index af04db9720d..34139c8cfca 100644 --- a/app-vim/vim-go/vim-go-1.19.ebuild +++ b/app-vim/vim-go/vim-go-1.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,10 +8,11 @@ inherit vim-plugin DESCRIPTION="vim plugin: Go development plugin for Vim" 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" -VIM_PLUGIN_HELPFILES="$PN" +VIM_PLUGIN_HELPFILES="${PN}" RESTRICT="test"
