projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d984f2
)
app-vim/conque: Switch to PYTHON_SINGLE_USEDEP
author
Michał Górny
<mgorny@gentoo.org>
Fri, 7 Feb 2020 12:13:24 +0000
(13:13 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 9 Feb 2020 16:17:26 +0000
(17:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-vim/conque/conque-2.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-vim/conque/conque-2.3-r1.ebuild
b/app-vim/conque/conque-2.3-r1.ebuild
index 970df3e6eb86f968297f81bd8e47f9f231551cdf..ff3d95216cca14735c85cadb64b8b06aa70dcf81 100644
(file)
--- a/
app-vim/conque/conque-2.3-r1.ebuild
+++ b/
app-vim/conque/conque-2.3-r1.ebuild
@@
-15,7
+15,11
@@
LICENSE="MIT"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] )
+RDEPEND="
+ || (
+ app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
+ app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
+ )
${PYTHON_DEPS}"
REQUIRED_USE=${PYTHON_REQUIRED_USE}