commit: 17df4ffebe0de79c4781158b546a889e8f4b94f5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 20:27:27 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 20:48:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17df4ffe
dev-python/translate-toolkit: Drop PYTHON_USEDEP from dev-python/sphinx
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild
b/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild
index b45fd6a1b2e..f53688890d7 100644
--- a/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild
+++ b/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild
@@ -18,12 +18,11 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc +html +ical +ini +subtitles +yaml"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
- doc? ( || ( $(python_gen_useflags python3_6 python3_7) ) )
subtitles? ( || ( $(python_gen_useflags python3_6 python3_7) ) )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( $(python_gen_cond_dep 'dev-python/sphinx[${PYTHON_USEDEP}]'
python3_6 python3_7) )
+ doc? ( dev-python/sphinx )
"
DEPEND="
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
@@ -75,6 +74,4 @@ python_install_all() {
if ! use subtitles; then
rm "${ED}"/usr/bin/{sub2po,po2sub} || die
fi
-
- python_optimize
}