diff options
author | Till Schäfer <till2.schaefer@uni-dortmund.de> | 2022-05-20 13:46:14 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-05-20 16:27:57 +0300 |
commit | 3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3 (patch) | |
tree | 7b7796eaaad719f039551d6f78a20a42c00bb1c9 /app-text | |
parent | media-libs/osl: revbump 1.11.17.0 due to LLVM_SLOT update (diff) | |
download | gentoo-3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3.tar.gz gentoo-3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3.tar.bz2 gentoo-3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3.zip |
app-text/nfoview: revert PEP 517 migration
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 <till2.schaefer@uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/25572
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/nfoview/nfoview-1.28.1-r1.ebuild (renamed from app-text/nfoview/nfoview-1.28.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/nfoview/nfoview-1.28.1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild index 6fbe3ae73b90..227f00ed1eda 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 |