summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-08-19 11:53:12 -0700
committerMatt Turner <mattst88@gentoo.org>2021-08-19 11:53:51 -0700
commit57da06189572a4384ec436de0f79170d21620a0e (patch)
treebefcb5314784485e1d11b7644353b5a3ed181361 /media-gfx/xdot
parentmedia-libs/mesa: Drop old versions (diff)
downloadgentoo-57da06189572a4384ec436de0f79170d21620a0e.tar.gz
gentoo-57da06189572a4384ec436de0f79170d21620a0e.tar.bz2
gentoo-57da06189572a4384ec436de0f79170d21620a0e.zip
media-gfx/xdot: Drop incorrect DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/808156 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/xdot')
-rw-r--r--media-gfx/xdot/xdot-1.2.ebuild3
-rw-r--r--media-gfx/xdot/xdot-9999.ebuild3
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 36fc37fe145c..a7ec56c97a1a 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 1f4cdb063a5a..5e7b0432ad64 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}"