diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-25 22:17:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-25 22:18:18 +0200 |
commit | a0137be366bcdaf69c782be6f1a5c25cb53ebdc5 (patch) | |
tree | 67d332612ace74d4e0e84089c574414859ae495f /sci-electronics/klayout | |
parent | sci-electronics/klayout: drop 0.28.5 (diff) | |
download | gentoo-a0137be366bcdaf69c782be6f1a5c25cb53ebdc5.tar.gz gentoo-a0137be366bcdaf69c782be6f1a5c25cb53ebdc5.tar.bz2 gentoo-a0137be366bcdaf69c782be6f1a5c25cb53ebdc5.zip |
sci-electronics/klayout: enable py3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-electronics/klayout')
-rw-r--r-- | sci-electronics/klayout/klayout-0.28.9.ebuild | 2 | ||||
-rw-r--r-- | sci-electronics/klayout/klayout-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/klayout/klayout-0.28.9.ebuild b/sci-electronics/klayout/klayout-0.28.9.ebuild index f3c09ddffb5d..a67a35ae96a7 100644 --- a/sci-electronics/klayout/klayout-0.28.9.ebuild +++ b/sci-electronics/klayout/klayout-0.28.9.ebuild @@ -7,7 +7,7 @@ RUBY_OPTIONAL=no USE_RUBY="ruby31" # note: define maximally ONE implementation here -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) inherit toolchain-funcs python-single-r1 ruby-ng diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild index 93673852a5a8..a09175915e24 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -7,7 +7,7 @@ RUBY_OPTIONAL=no USE_RUBY="ruby31" # note: define maximally ONE implementation here -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) inherit toolchain-funcs python-single-r1 ruby-ng |