diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-01-12 19:55:20 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-01-12 19:55:20 -0700 |
commit | 5b561360f2ba43f23a5622d9697fec5053dc9ae6 (patch) | |
tree | 9b8b47338850ee8308b991bedef35a31cf503f62 /app-vim/splice | |
parent | app-vim/gundo: update to EAPI 7 and drop python2 support (diff) | |
download | gentoo-5b561360f2ba43f23a5622d9697fec5053dc9ae6.tar.gz gentoo-5b561360f2ba43f23a5622d9697fec5053dc9ae6.tar.bz2 gentoo-5b561360f2ba43f23a5622d9697fec5053dc9ae6.zip |
app-vim/splice: update PYTHON_COMPAT and HOMEPAGE
Also, bump to EAPI 7.
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim/splice')
-rw-r--r-- | app-vim/splice/splice-1.1.0-r1.ebuild | 8 |
1 files 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" |