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 12A751382C5 for ; Thu, 11 Mar 2021 19:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43EDBE0907; Thu, 11 Mar 2021 19:10:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2B722E0907 for ; Thu, 11 Mar 2021 19:10:08 +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 C363A335DAE for ; Thu, 11 Mar 2021 19:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2370F53 for ; Thu, 11 Mar 2021 19:10:05 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1615489799.19201a245d1cb66a879f6eaff146fba1b7ce60f5.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/omniORB/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/omniORB/omniORB-4.2.2.ebuild X-VCS-Directories: net-misc/omniORB/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 19201a245d1cb66a879f6eaff146fba1b7ce60f5 X-VCS-Branch: master Date: Thu, 11 Mar 2021 19:10:05 +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: 3931e887-5ba1-4772-b68b-cddea151f6c3 X-Archives-Hash: 93695a6b7da950c2831665ff71799e0e commit: 19201a245d1cb66a879f6eaff146fba1b7ce60f5 Author: Ben Kohler gentoo org> AuthorDate: Thu Mar 11 19:08:52 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Mar 11 19:09:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19201a24 net-misc/omniORB: add python3_9 support Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> net-misc/omniORB/omniORB-4.2.2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/net-misc/omniORB/omniORB-4.2.2.ebuild b/net-misc/omniORB/omniORB-4.2.2.ebuild index b6bc68e1003..403726b1921 100644 --- a/net-misc/omniORB/omniORB-4.2.2.ebuild +++ b/net-misc/omniORB/omniORB-4.2.2.ebuild @@ -1,14 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -# The build system picks one version of python and sticks with it. It -# tries to guess your version (based on /usr/bin/python), but for -# consistency we have to force it to use one that we specify. The -# highest version the configure script will accept is python-3.3, but -# that's on it's way out, so we prefer to stick with python-2.7 for now. -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-single-r1