diff options
-rw-r--r-- | sci-calculators/units/units-2.21-r2.ebuild (renamed from sci-calculators/units/units-2.21-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-calculators/units/units-2.21-r1.ebuild b/sci-calculators/units/units-2.21-r2.ebuild index 69616d4..d44ccf9 100644 --- a/sci-calculators/units/units-2.21-r1.ebuild +++ b/sci-calculators/units/units-2.21-r2.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,10,11} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-r1 DESCRIPTION="Unit conversion program" |