diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-07-09 18:45:40 +0700 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-07-09 18:48:07 +0700 |
commit | 3a6ae456588a08cdd27e5a174116b13baa485f06 (patch) | |
tree | 1c7286568bc5c7beb19c0106bb132fc2fea77a80 /sci-electronics/klayout | |
parent | dev-lang/php: Stabilize 8.1.8 sparc, #857075 (diff) | |
download | gentoo-3a6ae456588a08cdd27e5a174116b13baa485f06.tar.gz gentoo-3a6ae456588a08cdd27e5a174116b13baa485f06.tar.bz2 gentoo-3a6ae456588a08cdd27e5a174116b13baa485f06.zip |
sci-electronics/klayout: Update python targets
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-electronics/klayout')
-rw-r--r-- | sci-electronics/klayout/klayout-0.27.7.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.27.7.ebuild b/sci-electronics/klayout/klayout-0.27.7.ebuild index 40bfbeb1351d..7b887b3399f2 100644 --- a/sci-electronics/klayout/klayout-0.27.7.ebuild +++ b/sci-electronics/klayout/klayout-0.27.7.ebuild @@ -7,7 +7,7 @@ RUBY_OPTIONAL=no USE_RUBY="ruby27" # note: define maximally ONE implementation here -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) 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 fa9d57d2fc67..75368510a1f8 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -7,7 +7,7 @@ RUBY_OPTIONAL=no USE_RUBY="ruby27" # note: define maximally ONE implementation here -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) inherit toolchain-funcs python-single-r1 ruby-ng |