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>
This commit is contained in:
Azamat H. Hackimov
2020-10-29 23:28:09 +03:00
committed by Joonas Niilola
parent 804bf63a76
commit 3259e6a3c5

View File

@@ -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"