summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-30 21:26:54 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-30 23:11:48 +0200
commited5b0bd866080b14eac23060daab91041aa322f3 (patch)
tree8eb353add7c45397bb06a62ba51739e1173f85ff /net-misc/omniORB
parentnet-misc/chrome-remote-desktop: Support py3.12 (diff)
downloadgentoo-ed5b0bd866080b14eac23060daab91041aa322f3.tar.gz
gentoo-ed5b0bd866080b14eac23060daab91041aa322f3.tar.bz2
gentoo-ed5b0bd866080b14eac23060daab91041aa322f3.zip
net-misc/omniORB: Support py3.12
Closes: https://bugs.gentoo.org/929727 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r--net-misc/omniORB/omniORB-4.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/omniORB/omniORB-4.3.0.ebuild b/net-misc/omniORB/omniORB-4.3.0.ebuild
index 49ee886822a3..7e108749c512 100644
--- a/net-misc/omniORB/omniORB-4.3.0.ebuild
+++ b/net-misc/omniORB/omniORB-4.3.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1