diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:16:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:17:34 +0100 |
commit | 3b7c9eb479885374dececd4de1728c7437fe8f49 (patch) | |
tree | 49431baf7b08ff6e72a4e2fc150ac7eced268288 /app-vim | |
parent | app-vim/vim-latex: Switch to PYTHON_SINGLE_USEDEP (diff) | |
download | gentoo-3b7c9eb479885374dececd4de1728c7437fe8f49.tar.gz gentoo-3b7c9eb479885374dececd4de1728c7437fe8f49.tar.bz2 gentoo-3b7c9eb479885374dececd4de1728c7437fe8f49.zip |
app-vim/vimcalc: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimcalc/vimcalc-1.3-r3.ebuild (renamed from app-vim/vimcalc/vimcalc-1.3-r2.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild b/app-vim/vimcalc/vimcalc-1.3-r3.ebuild index 151fa8451f7a..dcf1201a0108 100644 --- a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild +++ b/app-vim/vimcalc/vimcalc-1.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,10 @@ DEPEND=" ${PYTHON_DEPS}" RDEPEND=" - || ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) + || ( + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] + ) ${PYTHON_DEPS}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |