diff options
author | 2023-03-19 18:26:32 +0100 | |
---|---|---|
committer | 2023-09-14 23:22:51 +0200 | |
commit | fb02214f23300d5cd50bf17c2e5a29fbee299a01 (patch) | |
tree | 04c1778e30d6339187d932185d947e1cc8ae0831 /app-vim | |
parent | app-vim/vim-flake8: EAPI8 bump (diff) | |
download | gentoo-fb02214f23300d5cd50bf17c2e5a29fbee299a01.tar.gz gentoo-fb02214f23300d5cd50bf17c2e5a29fbee299a01.tar.bz2 gentoo-fb02214f23300d5cd50bf17c2e5a29fbee299a01.zip |
app-vim/vim-hoogle: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-hoogle/vim-hoogle-1.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild b/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild index 1dee86affdcf..cf970fad0782 100644 --- a/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild +++ b/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin @@ -10,7 +10,7 @@ MASTER_COMMIT_HASH="31823f830843385f53a3da7a5bfaf678494383c4" DESCRIPTION="vim plugin: use hoogle within vim" HOMEPAGE="https://github.com/Twinside/vim-hoogle" SRC_URI="https://github.com/Twinside/${PN}/archive/${MASTER_COMMIT_HASH}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MASTER_COMMIT_HASH}" + LICENSE="vim.org" KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${PN}-${MASTER_COMMIT_HASH}" |