From: Michał Górny Date: Fri, 7 Feb 2020 12:14:25 +0000 (+0100) Subject: app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a;p=gentoo.git app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP Signed-off-by: Michał Górny --- diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2-r2.ebuild similarity index 86% rename from app-vim/gundo/gundo-2.6.2.ebuild rename to app-vim/gundo/gundo-2.6.2-r2.ebuild index 0c3b69a6049a..4dfdca739ac5 100644 --- a/app-vim/gundo/gundo-2.6.2.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r2.ebuild @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" 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}" diff --git a/app-vim/gundo/gundo-2.6.2-r1.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild similarity index 87% rename from app-vim/gundo/gundo-2.6.2-r1.ebuild rename to app-vim/gundo/gundo-2.6.2-r3.ebuild index 3140f0d8ba4b..fa78d2605c20 100644 --- a/app-vim/gundo/gundo-2.6.2-r1.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" 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}"