diff options
author | Sam James <sam@gentoo.org> | 2022-05-30 22:52:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-30 23:53:29 +0100 |
commit | e57d3523e6a8274d6281578cad32ebea2a911dd6 (patch) | |
tree | 5f304fbfa9de1b6e2ecd698ecab205f99c72d7b5 /sci-calculators/units | |
parent | net-p2p/tremc: add 0.9.3 (diff) | |
download | gentoo-e57d3523e6a8274d6281578cad32ebea2a911dd6.tar.gz gentoo-e57d3523e6a8274d6281578cad32ebea2a911dd6.tar.bz2 gentoo-e57d3523e6a8274d6281578cad32ebea2a911dd6.zip |
sci-calculators/units: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/846224
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators/units')
-rw-r--r-- | sci-calculators/units/units-2.21.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-calculators/units/units-2.21.ebuild b/sci-calculators/units/units-2.21.ebuild index 27e2401c7804..0c1c7e86fb23 100644 --- a/sci-calculators/units/units-2.21.ebuild +++ b/sci-calculators/units/units-2.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-r1 DESCRIPTION="Unit conversion program" |