diff options
author | Thomas Juerges <aliens.satin0y@icloud.com> | 2023-06-18 09:19:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-24 02:15:08 +0100 |
commit | c211f25b3dc030e3ed149ac87f54d226ccda2277 (patch) | |
tree | d35cbb41d13d8421b4ffb2d940b1e4b94a74f2c7 /net-misc/omniORB | |
parent | sys-auth/pambase: Fix typo in pwquality USE flag description (diff) | |
download | gentoo-c211f25b3dc030e3ed149ac87f54d226ccda2277.tar.gz gentoo-c211f25b3dc030e3ed149ac87f54d226ccda2277.tar.bz2 gentoo-c211f25b3dc030e3ed149ac87f54d226ccda2277.zip |
net-misc/omniORB: enable py3.11
Signed-off-by: Thomas Juerges <aliens.satin0y@icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/31529
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r-- | net-misc/omniORB/omniORB-4.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/omniORB/omniORB-4.3.0.ebuild b/net-misc/omniORB/omniORB-4.3.0.ebuild index a5f9147c3a52..8c5b5b6367f9 100644 --- a/net-misc/omniORB/omniORB-4.3.0.ebuild +++ b/net-misc/omniORB/omniORB-4.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-single-r1 |