diff options
author | 2022-11-24 17:35:28 +0100 | |
---|---|---|
committer | 2022-11-24 20:18:30 +0100 | |
commit | 27f3cc6c20aa2d185766cfde6ad5dcab349d06b8 (patch) | |
tree | cc49c194fdeccea995c42a93be1f505fb4348fcb /sci-electronics/klayout/klayout-9999.ebuild | |
parent | sci-electronics/klayout: Remove old (diff) | |
download | gentoo-27f3cc6c20aa2d185766cfde6ad5dcab349d06b8.tar.gz gentoo-27f3cc6c20aa2d185766cfde6ad5dcab349d06b8.tar.bz2 gentoo-27f3cc6c20aa2d185766cfde6ad5dcab349d06b8.zip |
sci-electronics/klayout: Version bump 0.27.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-electronics/klayout/klayout-9999.ebuild')
-rw-r--r-- | sci-electronics/klayout/klayout-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild index 75368510a1f8..8aceae0ea200 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 RUBY_OPTIONAL=no USE_RUBY="ruby27" # note: define maximally ONE implementation here -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit toolchain-funcs python-single-r1 ruby-ng |