summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-10-29 23:28:09 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-11-01 08:13:53 +0200
commit3259e6a3c541c6bb30673b2572b1ca1e18f6fa61 (patch)
tree424bf0f20008215f648d3fd5912ea89e2a19314a /dev-python/patch-ng/patch-ng-1.17.4.ebuild
parentapp-misc/dfshow: bump to 0.9.1_beta (diff)
downloadgentoo-3259e6a3c541c6bb30673b2572b1ca1e18f6fa61.tar.gz
gentoo-3259e6a3c541c6bb30673b2572b1ca1e18f6fa61.tar.bz2
gentoo-3259e6a3c541c6bb30673b2572b1ca1e18f6fa61.zip
dev-python/patch-ng: fix #748414
Removed DISTUTILS_USE_SETUPTOOLS=rdepend, added python3_9 target. Closes: https://bugs.gentoo.org/748414 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18070 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/patch-ng/patch-ng-1.17.4.ebuild')
-rw-r--r--dev-python/patch-ng/patch-ng-1.17.4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/patch-ng/patch-ng-1.17.4.ebuild b/dev-python/patch-ng/patch-ng-1.17.4.ebuild
index 39e7235c4fa4..23be57172006 100644
--- a/dev-python/patch-ng/patch-ng-1.17.4.ebuild
+++ b/dev-python/patch-ng/patch-ng-1.17.4.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Library to parse and apply unified diffs, fork of dev-python/patch"