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 3E8B0138359 for ; Sun, 25 Oct 2020 21:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65FBCE077A; Sun, 25 Oct 2020 21:29:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4F37BE077A for ; Sun, 25 Oct 2020 21:29:20 +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 E7232335DA4 for ; Sun, 25 Oct 2020 21:29:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62A5A3AB for ; Sun, 25 Oct 2020 21:29:17 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1603661310.9a32b4fd7472278db968adeed2272af9127b3db5.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/audit/audit-2.8.5-r1.ebuild sys-process/audit/audit-2.8.5-r2.ebuild X-VCS-Directories: sys-process/audit/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9a32b4fd7472278db968adeed2272af9127b3db5 X-VCS-Branch: master Date: Sun, 25 Oct 2020 21:29:17 +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: eb6624ec-1447-4cbf-a7af-ad836905d282 X-Archives-Hash: c3d62971be11f7b2d8c464f118e395ad commit: 9a32b4fd7472278db968adeed2272af9127b3db5 Author: Jason Zaman gentoo org> AuthorDate: Sun Oct 25 20:35:22 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Oct 25 21:28:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a32b4fd sys-process/audit: Add py3_8 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Jason Zaman gentoo.org> sys-process/audit/{audit-2.8.5-r1.ebuild => audit-2.8.5-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-process/audit/audit-2.8.5-r1.ebuild b/sys-process/audit/audit-2.8.5-r2.ebuild similarity index 99% rename from sys-process/audit/audit-2.8.5-r1.ebuild rename to sys-process/audit/audit-2.8.5-r2.ebuild index dba672537b5..e6335107904 100644 --- a/sys-process/audit/audit-2.8.5-r1.ebuild +++ b/sys-process/audit/audit-2.8.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd usr-ldscript @@ -152,6 +152,7 @@ multilib_src_install() { auparse_la_LIBADD="${native_build}/auparse/libauparse.la ${native_build}/lib/libaudit.la" \ USE_PYTHON3=true \ DESTDIR="${D}" install + python_optimize } local native_build=${BUILD_DIR}