summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2021-03-11 13:08:52 -0600
committerBen Kohler <bkohler@gentoo.org>2021-03-11 13:09:59 -0600
commit19201a245d1cb66a879f6eaff146fba1b7ce60f5 (patch)
tree54db5dcfc669d187bde716aa88118387cf24dfbd /net-misc
parentdev-util/cmake: Bump to version 3.20.0_rc4. Removed old (diff)
downloadgentoo-19201a245d1cb66a879f6eaff146fba1b7ce60f5.tar.gz
gentoo-19201a245d1cb66a879f6eaff146fba1b7ce60f5.tar.bz2
gentoo-19201a245d1cb66a879f6eaff146fba1b7ce60f5.zip
net-misc/omniORB: add python3_9 support
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/omniORB/omniORB-4.2.2.ebuild9
1 files 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 b6bc68e1003e..403726b19216 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