diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:06:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:12:41 +0100 |
commit | cba416d8a9a318ca0039033f639858596d37ba5d (patch) | |
tree | e1dacbb31c00c5a49757b78723787a801dd98046 /sci-electronics | |
parent | sci-calculators/units: Remove py2 (diff) | |
download | gentoo-cba416d8a9a318ca0039033f639858596d37ba5d.tar.gz gentoo-cba416d8a9a318ca0039033f639858596d37ba5d.tar.bz2 gentoo-cba416d8a9a318ca0039033f639858596d37ba5d.zip |
sci-electronics/klayout: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klayout/klayout-0.25.6.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.25.6.ebuild b/sci-electronics/klayout/klayout-0.25.6.ebuild index b9f915b651d4..be589a0f90ec 100644 --- a/sci-electronics/klayout/klayout-0.25.6.ebuild +++ b/sci-electronics/klayout/klayout-0.25.6.ebuild @@ -7,7 +7,7 @@ RUBY_OPTIONAL=no USE_RUBY="ruby24" # note: define maximally ONE implementation here -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) 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 12de746331fe..3419a02b2be3 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -7,7 +7,7 @@ RUBY_OPTIONAL=no USE_RUBY="ruby24" # note: define maximally ONE implementation here -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit toolchain-funcs python-single-r1 ruby-ng |