From 5b561360f2ba43f23a5622d9697fec5053dc9ae6 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 12 Jan 2020 19:55:20 -0700 Subject: [PATCH] app-vim/splice: update PYTHON_COMPAT and HOMEPAGE Also, bump to EAPI 7. Signed-off-by: Tim Harder --- 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 3753a52afbed..e23492a64dc3 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" -- 2.26.2