diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:15:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:17:33 +0100 |
commit | 82f88dbce5a91df90ebb9e0f72be255b4ebca9c7 (patch) | |
tree | d596811a08db3db9546da924f3402e47c7b68f5b /app-vim/vim-latex | |
parent | app-vim/splice: Switch to PYTHON_SINGLE_USEDEP (diff) | |
download | gentoo-82f88dbce5a91df90ebb9e0f72be255b4ebca9c7.tar.gz gentoo-82f88dbce5a91df90ebb9e0f72be255b4ebca9c7.tar.bz2 gentoo-82f88dbce5a91df90ebb9e0f72be255b4ebca9c7.zip |
app-vim/vim-latex: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/vim-latex')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild (renamed from app-vim/vim-latex/vim-latex-1.10.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vim-latex/vim-latex-1.10.0.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild index 58de37ae2552..3543ff2aafe0 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild @@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} || ( - 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}] ) virtual/latex-base !app-vim/vimtex" |