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 46B331382C5 for ; Mon, 31 May 2021 23:19:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85CD6E0843; Mon, 31 May 2021 23:19:26 +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 6B1C3E0843 for ; Mon, 31 May 2021 23:19:26 +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 4C654340DF2 for ; Mon, 31 May 2021 23:19:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D497178B for ; Mon, 31 May 2021 23:19:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622503141.1a261907e54d5228755bdbd58cfcb4d94b65851b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild X-VCS-Directories: dev-libs/xapian-bindings/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a261907e54d5228755bdbd58cfcb4d94b65851b X-VCS-Branch: master Date: Mon, 31 May 2021 23:19:23 +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: c88979c8-eef9-4265-b8ea-55cc9322868b X-Archives-Hash: 10483831f760dc20f6738eee6279d422 commit: 1a261907e54d5228755bdbd58cfcb4d94b65851b Author: Sam James gentoo org> AuthorDate: Mon May 31 22:53:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 31 23:19:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a261907 dev-libs/xapian-bindings: add Python 3.9, run python_optimize Signed-off-by: Sam James gentoo.org> dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild index 92b6d26f596..19cb5b2c354 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="threads(+)" USE_PHP="php7-2 php7-3 php7-4" @@ -327,6 +327,7 @@ src_install() { if use python; then python_foreach_impl run_in_build_dir emake DESTDIR="${D}" install + python_foreach_impl python_optimize fi if use ruby; then