sci-calculators/units: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/846224
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-30 22:52:01 +01:00
parent 631a1e5cd0
commit e57d3523e6

View File

@@ -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"