commit: 0f543ef642a497c7c96da41a3f1b73b4fb632882 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon Oct 5 09:41:26 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 09:29:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f543ef6
app-text/restview: correct DISTUTILS_USE_SETUPTOOLS, port to py3.9 Closes: https://bugs.gentoo.org/746668 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17792 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/restview/restview-2.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/restview/restview-2.9.2.ebuild b/app-text/restview/restview-2.9.2.ebuild index e8fc0287a8f..65da061a477 100644 --- a/app-text/restview/restview-2.9.2.ebuild +++ b/app-text/restview/restview-2.9.2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -17,7 +18,6 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/readme_renderer[${PYTHON_USEDEP}]
