From e57d3523e6a8274d6281578cad32ebea2a911dd6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 30 May 2022 22:52:01 +0100 Subject: [PATCH] sci-calculators/units: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/846224 Signed-off-by: Sam James --- 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 27e2401c7804e..0c1c7e86fb23f 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"