commit:     adecfe726e1ea98c6b5ca085cd61177198132fc3
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 05:17:07 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 05:17:07 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=adecfe72

dev-python/neovim-python-client: fix python_gen_cond_dep usage

---
 dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild
index 9f78f00..6a52a48 100644
--- a/dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild
+++ b/dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild
@@ -18,6 +18,6 @@ IUSE=""
 
 DEPEND=">=dev-python/click-3.0[${PYTHON_USEDEP}]
        >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'python*' 'dev-python/greenlet[${PYTHON_USEDEP}]')
-       $(python_gen_cond_dep 'python{2_7,3_2,3_3} pypy*' 
'dev-python/trollius[${PYTHON_USEDEP}]')"
+       $(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')
+       $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python{2_7,3_2,3_3} 'pypy*')"
 RDEPEND="${DEPEND}"

Reply via email to