commit: e57d3523e6a8274d6281578cad32ebea2a911dd6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 30 21:52:01 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 30 22:53:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57d3523
sci-calculators/units: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/846224 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-calculators/units/units-2.21.ebuild | 6 +++--- 1 file 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"
