diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-06-14 12:22:41 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-06-14 12:22:58 +0200 |
commit | e3ead869f67b47158707d4c19cd689e0e4e565df (patch) | |
tree | ac2630c8e3a31dcfc5ebad4a1ee899f1581e1a04 /sci-mathematics/alectryon | |
parent | sci-libs/foxi: add to tree (diff) | |
download | gentoo-e3ead869f67b47158707d4c19cd689e0e4e565df.tar.gz gentoo-e3ead869f67b47158707d4c19cd689e0e4e565df.tar.bz2 gentoo-e3ead869f67b47158707d4c19cd689e0e4e565df.zip |
sci-mathematics/alectryon: fix distutil calls
Closes: https://bugs.gentoo.org/851843
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/alectryon')
-rw-r--r-- | sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild | 4 |
1 files 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 |