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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B700138351 for ; Sun, 8 Mar 2020 16:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9499BE08CD; Sun, 8 Mar 2020 16:02:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AE58E08CD for ; Sun, 8 Mar 2020 16:02:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A62134F69A for ; Sun, 8 Mar 2020 16:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D7A16C for ; Sun, 8 Mar 2020 16:02:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1583683289.ac63fff6db1c97670f475af0e436b46185b9b396.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/symengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/symengine/symengine-0.5.1-r1.ebuild X-VCS-Directories: dev-python/symengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ac63fff6db1c97670f475af0e436b46185b9b396 X-VCS-Branch: master Date: Sun, 8 Mar 2020 16:02:01 +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: 10e04653-1d22-4cdc-8dd6-eb1d2a48ddfc X-Archives-Hash: fe7d572e68339c993ce5446638eaf5e6 commit: ac63fff6db1c97670f475af0e436b46185b9b396 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 8 15:59:47 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 8 16:01:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac63fff6 dev-python/symengine: Missing python_optimize Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/symengine/symengine-0.5.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/symengine/symengine-0.5.1-r1.ebuild b/dev-python/symengine/symengine-0.5.1-r1.ebuild index bc17c97a17b..6c071328805 100644 --- a/dev-python/symengine/symengine-0.5.1-r1.ebuild +++ b/dev-python/symengine/symengine-0.5.1-r1.ebuild @@ -40,6 +40,7 @@ python_test() { python_install_all() { distutils-r1_python_prepare_all + python_optimize rm "${ED}"/usr/share/doc/${PF}/README.md || die newdoc README.md ${PN}.py.md }