app-vim/splice: update PYTHON_COMPAT and HOMEPAGE
authorTim Harder <radhermit@gentoo.org>
Mon, 13 Jan 2020 02:55:20 +0000 (19:55 -0700)
committerTim Harder <radhermit@gentoo.org>
Mon, 13 Jan 2020 02:55:20 +0000 (19:55 -0700)
Also, bump to EAPI 7.

Signed-off-by: Tim Harder <radhermit@gentoo.org>
app-vim/splice/splice-1.1.0-r1.ebuild

index 3753a52afbed06a41baad3947a2b82794bd740d6..e23492a64dc31038fe5e5eb10c4bbf083074342d 100644 (file)
@@ -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"