commit:     bc158237f0c847c9e49c5865cf4f7e3562d993d0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 12:40:23 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 15:54:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc158237

www-apps/trac-tags: Switch to python-single-r1, due to trac dep

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

 .../{trac-tags-0.6-r1.ebuild => trac-tags-0.6-r2.ebuild}      | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/www-apps/trac-tags/trac-tags-0.6-r1.ebuild 
b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild
similarity index 71%
rename from www-apps/trac-tags/trac-tags-0.6-r1.ebuild
rename to www-apps/trac-tags/trac-tags-0.6-r2.ebuild
index 43896d792b6..025d60b0a73 100644
--- a/www-apps/trac-tags/trac-tags-0.6-r1.ebuild
+++ b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+DISTUTILS_SINGLE_IMPL=1
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
@@ -20,11 +21,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-CDEPEND=">=dev-python/genshi-0.6[${PYTHON_USEDEP}]"
+CDEPEND="
+       $(python_gen_cond_dep '
+               >=dev-python/genshi-0.6[${PYTHON_MULTI_USEDEP}]
+       ')"
 DEPEND="${CDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
        app-arch/unzip"
 RDEPEND="${CDEPEND}
-       >=www-apps/trac-0.11[${PYTHON_USEDEP}]"
+       >=www-apps/trac-0.11[${PYTHON_SINGLE_USEDEP}]"
 
 S="${WORKDIR}/${MY_DIR}"

Reply via email to