commit:     fa5ded6d130c632cf601594066d33a11297ec384
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 20:27:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:37:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5ded6d

www-apps/venus: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...nus-20100911-r1.ebuild => venus-20100911-r3.ebuild} | 18 ++++++++++--------
 ...nus-20100911-r2.ebuild => venus-20100911-r4.ebuild} | 18 ++++++++++--------
 2 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/www-apps/venus/venus-20100911-r1.ebuild 
b/www-apps/venus/venus-20100911-r3.ebuild
similarity index 74%
rename from www-apps/venus/venus-20100911-r1.ebuild
rename to www-apps/venus/venus-20100911-r3.ebuild
index 44d5059cd31..22880183610 100644
--- a/www-apps/venus/venus-20100911-r1.ebuild
+++ b/www-apps/venus/venus-20100911-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,13 +19,15 @@ RESTRICT="!test? ( test )"
 SLOT="0"
 
 RDEPEND="
-       dev-python/bsddb3[${PYTHON_USEDEP}]
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/utidylib[${PYTHON_USEDEP}]
-       django? ( dev-python/django[${PYTHON_USEDEP}] )
-       genshi? ( dev-python/genshi[${PYTHON_USEDEP}] )
-       redland? ( dev-python/rdflib[redland,${PYTHON_USEDEP}] )
+       $(python_gen_cond_dep '
+               dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
+               dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+               dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
+               dev-python/utidylib[${PYTHON_MULTI_USEDEP}]
+               django? ( dev-python/django[${PYTHON_MULTI_USEDEP}] )
+               genshi? ( dev-python/genshi[${PYTHON_MULTI_USEDEP}] )
+               redland? ( dev-python/rdflib[redland,${PYTHON_MULTI_USEDEP}] )
+       ')
        ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 

diff --git a/www-apps/venus/venus-20100911-r2.ebuild 
b/www-apps/venus/venus-20100911-r4.ebuild
similarity index 74%
rename from www-apps/venus/venus-20100911-r2.ebuild
rename to www-apps/venus/venus-20100911-r4.ebuild
index dd264089df0..cd6f9036e37 100644
--- a/www-apps/venus/venus-20100911-r2.ebuild
+++ b/www-apps/venus/venus-20100911-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,13 +19,15 @@ RESTRICT="!test? ( test )"
 SLOT="0"
 
 RDEPEND="
-       dev-python/bsddb3[${PYTHON_USEDEP}]
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/utidylib[${PYTHON_USEDEP}]
-       django? ( dev-python/django[${PYTHON_USEDEP}] )
-       genshi? ( dev-python/genshi[${PYTHON_USEDEP}] )
-       redland? ( dev-python/rdflib[redland,${PYTHON_USEDEP}] )
+       $(python_gen_cond_dep '
+               dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
+               dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+               dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
+               dev-python/utidylib[${PYTHON_MULTI_USEDEP}]
+               django? ( dev-python/django[${PYTHON_MULTI_USEDEP}] )
+               genshi? ( dev-python/genshi[${PYTHON_MULTI_USEDEP}] )
+               redland? ( dev-python/rdflib[redland,${PYTHON_MULTI_USEDEP}] )
+       ')
        ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 

Reply via email to