From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1028B158091 for ; Tue, 14 Jun 2022 10:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38432E0875; Tue, 14 Jun 2022 10:23:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 218FCE0875 for ; Tue, 14 Jun 2022 10:23:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A1B1341CE5 for ; Tue, 14 Jun 2022 10:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0BA4105 for ; Tue, 14 Jun 2022 10:23:19 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1655202178.e3ead869f67b47158707d4c19cd689e0e4e565df.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alectryon/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild X-VCS-Directories: sci-mathematics/alectryon/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e3ead869f67b47158707d4c19cd689e0e4e565df X-VCS-Branch: master Date: Tue, 14 Jun 2022 10:23:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d5e88da-0cc9-47bf-97c8-d0e843d4bfb5 X-Archives-Hash: 607fd9242e598ef538ec27eb31743f0e commit: e3ead869f67b47158707d4c19cd689e0e4e565df Author: Maciej Barć gentoo org> AuthorDate: Tue Jun 14 10:22:41 2022 +0000 Commit: Maciej Barć gentoo 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ć 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