commit: e3ead869f67b47158707d4c19cd689e0e4e565df Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jun 14 10:22:41 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Jun 14 10:22:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ead869
sci-mathematics/alectryon: fix distutil calls Closes: https://bugs.gentoo.org/851843 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild b/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild index a15045952615..f582047527ae 100644 --- a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild +++ b/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild @@ -47,14 +47,14 @@ PATCHES=( "${FILESDIR}"/${P}-setup.cfg-version.patch ) SITEFILE="50${PN}-gentoo.el" src_compile() { - python_foreach_impl distutils-r1_python_compile + distutils-r1_src_compile use doc && emake -C ./recipes/sphinx latexpdf use emacs && elisp-compile ./etc/elisp/alectryon.el } src_install() { - python_foreach_impl distutils-r1_python_install + distutils-r1_src_install einstalldocs if use doc ; then
