diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-05-05 21:43:00 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-05-05 21:43:00 -0400 |
commit | 5beaae1d722ca9c8c6ee3ebe75e1e39498a81cfb (patch) | |
tree | 422cadfd916a7f210deb66fec7c14a2315adb88b /app-editors/vim | |
parent | sys-apps/systemd: increase minimum kernel version to 4.15 (diff) | |
download | gentoo-5beaae1d722ca9c8c6ee3ebe75e1e39498a81cfb.tar.gz gentoo-5beaae1d722ca9c8c6ee3ebe75e1e39498a81cfb.tar.bz2 gentoo-5beaae1d722ca9c8c6ee3ebe75e1e39498a81cfb.zip |
app-editors/vim: drop python3_7
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/vim-8.2.4586.ebuild | 2 | ||||
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vim/vim-8.2.4586.ebuild b/app-editors/vim/vim-8.2.4586.ebuild index ad075b05bd24..62ce11b27b08 100644 --- a/app-editors/vim/vim-8.2.4586.ebuild +++ b/app-editors/vim/vim-8.2.4586.ebuild @@ -7,7 +7,7 @@ EAPI=7 VIM_VERSION="8.2" LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby24 ruby25 ruby26 ruby27" diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index ad075b05bd24..62ce11b27b08 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -7,7 +7,7 @@ EAPI=7 VIM_VERSION="8.2" LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby24 ruby25 ruby26 ruby27" |