diff --git a/media-sound/beets/beets-1.4.9-r1.ebuild b/media-sound/beets/beets-1.4.9-r2.ebuild similarity index 98% rename from media-sound/beets/beets-1.4.9-r1.ebuild rename to media-sound/beets/beets-1.4.9-r2.ebuild index 8925b67b6761f..ccf3108564d1c 100644 --- a/media-sound/beets/beets-1.4.9-r1.ebuild +++ b/media-sound/beets/beets-1.4.9-r2.ebuild @@ -6,6 +6,7 @@ EAPI=7 DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) PYTHON_REQ_USE="sqlite" +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 bash-completion-r1 @@ -88,10 +89,7 @@ DEPEND=" dev-python/flask-cors[${PYTHON_MULTI_USEDEP}] ) ')" -BDEPEND=" - $(python_gen_cond_dep ' - dev-python/sphinx[${PYTHON_MULTI_USEDEP}] - ')" +BDEPEND="dev-python/sphinx" DOCS=( README.rst docs/changelog.rst )