diff options
author | Sam James <sam@gentoo.org> | 2022-02-10 10:27:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-10 10:28:00 +0000 |
commit | 2e21ef2bfc988aeab3851bd59c1281652e334d51 (patch) | |
tree | 8b7c039288487845a473954b2705a6db83baff39 /dev-util | |
parent | app-cdr/cdemu-daemon: Remove old (diff) | |
download | gentoo-2e21ef2bfc988aeab3851bd59c1281652e334d51.tar.gz gentoo-2e21ef2bfc988aeab3851bd59c1281652e334d51.tar.bz2 gentoo-2e21ef2bfc988aeab3851bd59c1281652e334d51.zip |
dev-util/diffoscope: use PEP517 build
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/diffoscope/diffoscope-203-r1.ebuild (renamed from dev-util/diffoscope/diffoscope-203.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/diffoscope/diffoscope-203.ebuild b/dev-util/diffoscope/diffoscope-203-r1.ebuild index ec72907f21dc..46f6608598b5 100644 --- a/dev-util/diffoscope/diffoscope-203.ebuild +++ b/dev-util/diffoscope/diffoscope-203-r1.ebuild @@ -3,9 +3,9 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8,9,10} ) PYTHON_REQ_USE="ncurses" - inherit distutils-r1 DESCRIPTION="Will try to get to the bottom of what makes files or directories different" |