commit: 57da06189572a4384ec436de0f79170d21620a0e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Aug 19 18:53:12 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Aug 19 18:53:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57da0618
media-gfx/xdot: Drop incorrect DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/808156 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-gfx/xdot/xdot-1.2.ebuild | 3 +-- media-gfx/xdot/xdot-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/media-gfx/xdot/xdot-1.2.ebuild b/media-gfx/xdot/xdot-1.2.ebuild index 36fc37fe145..a7ec56c97a1 100644 --- a/media-gfx/xdot/xdot-1.2.ebuild +++ b/media-gfx/xdot/xdot-1.2.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) MY_PN=xdot.py EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}" diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild index 1f4cdb063a5..5e7b0432ad6 100644 --- a/media-gfx/xdot/xdot-9999.ebuild +++ b/media-gfx/xdot/xdot-9999.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) MY_PN=xdot.py EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}"
