From 3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Sch=C3=A4fer?= Date: Fri, 20 May 2022 13:46:14 +0200 Subject: [PATCH] app-text/nfoview: revert PEP 517 migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit causes location errors for include files Closes: https://bugs.gentoo.org/846563 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Till Schäfer Closes: https://github.com/gentoo/gentoo/pull/25572 Signed-off-by: Joonas Niilola --- .../nfoview/{nfoview-1.28.1.ebuild => nfoview-1.28.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app-text/nfoview/{nfoview-1.28.1.ebuild => nfoview-1.28.1-r1.ebuild} (96%) diff --git a/app-text/nfoview/nfoview-1.28.1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild similarity index 96% rename from app-text/nfoview/nfoview-1.28.1.ebuild rename to app-text/nfoview/nfoview-1.28.1-r1.ebuild index 6fbe3ae73b906..227f00ed1eda5 100644 --- a/app-text/nfoview/nfoview-1.28.1.ebuild +++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild @@ -3,8 +3,8 @@ EAPI=8 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx xdg