commit: 5b561360f2ba43f23a5622d9697fec5053dc9ae6
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 02:55:20 2020 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 02:55:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b561360
app-vim/splice: update PYTHON_COMPAT and HOMEPAGE
Also, bump to EAPI 7.
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
app-vim/splice/splice-1.1.0-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-vim/splice/splice-1.1.0-r1.ebuild
b/app-vim/splice/splice-1.1.0-r1.ebuild
index 3753a52afbe..e23492a64dc 100644
--- a/app-vim/splice/splice-1.1.0-r1.ebuild
+++ b/app-vim/splice/splice-1.1.0-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit vim-plugin python-single-r1 vcs-snapshot
DESCRIPTION="vim plugin: resolve conflicts during three-way merges"
-HOMEPAGE="https://bitbucket.org/sjl/splice.vim/
https://www.vim.org/scripts/script.php?script_id=4026"
+HOMEPAGE="https://docs.stevelosh.com/splice.vim/
https://www.vim.org/scripts/script.php?script_id=4026"
SRC_URI="https://bitbucket.org/sjl/${PN}.vim/get/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"