commit: 84585c0277866585ccc775dd752ecdb6e890bf16 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jul 7 14:33:59 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jul 7 14:35:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84585c02
dev-libs/newt: replace private python_export to fix QA warning Closes: https://bugs.gentoo.org/726452 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> dev-libs/newt/newt-0.52.21-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/newt/newt-0.52.21-r1.ebuild b/dev-libs/newt/newt-0.52.21-r1.ebuild index 0e660b1c051..9a198423fc1 100644 --- a/dev-libs/newt/newt-0.52.21-r1.ebuild +++ b/dev-libs/newt/newt-0.52.21-r1.ebuild @@ -85,9 +85,9 @@ src_compile() { src_install() { installit() { - python_export PYTHON_SITEDIR emake \ DESTDIR="${D}" \ + PYTHON_SITEDIR="$(python_get_sitedir)" \ PYTHONVERS="${EPYTHON}" \ install python_optimize
