Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
Date: Fri, 20 May 2022 13:28:18
Message-Id: 1653053277.3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3.juippis@gentoo
1 commit: 3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Fri May 20 11:46:14 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 13:27:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6daa22
7
8 app-text/nfoview: revert PEP 517 migration
9
10 causes location errors for include files
11
12 Closes: https://bugs.gentoo.org/846563
13 Package-Manager: Portage-3.0.30, Repoman-3.0.3
14 Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
15 Closes: https://github.com/gentoo/gentoo/pull/25572
16 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
17
18 app-text/nfoview/{nfoview-1.28.1.ebuild => nfoview-1.28.1-r1.ebuild} | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/app-text/nfoview/nfoview-1.28.1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
22 similarity index 96%
23 rename from app-text/nfoview/nfoview-1.28.1.ebuild
24 rename to app-text/nfoview/nfoview-1.28.1-r1.ebuild
25 index 6fbe3ae73b90..227f00ed1eda 100644
26 --- a/app-text/nfoview/nfoview-1.28.1.ebuild
27 +++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
28 @@ -3,8 +3,8 @@
29
30 EAPI=8
31
32 +DISTUTILS_USE_SETUPTOOLS=no
33 PYTHON_COMPAT=( python3_{8..10} )
34 -DISTUTILS_USE_PEP517=setuptools
35
36 inherit distutils-r1 virtualx xdg