From bf002f2c6aade96d4eb0b31f873f2ab493e19028 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 May 2022 22:31:27 +0200 Subject: [PATCH] dev-python/cu2qu: EAPI 8 Closes: https://bugs.gentoo.org/848162 Signed-off-by: Alessandro Barbieri --- .../cu2qu/{cu2qu-1.6.7.ebuild => cu2qu-1.6.7-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/cu2qu/{cu2qu-1.6.7.ebuild => cu2qu-1.6.7-r1.ebuild} (87%) diff --git a/dev-python/cu2qu/cu2qu-1.6.7.ebuild b/dev-python/cu2qu/cu2qu-1.6.7-r1.ebuild similarity index 87% rename from dev-python/cu2qu/cu2qu-1.6.7.ebuild rename to dev-python/cu2qu/cu2qu-1.6.7-r1.ebuild index 983ad6eb51..36897ea8b2 100644 --- a/dev-python/cu2qu/cu2qu-1.6.7.ebuild +++ b/dev-python/cu2qu/cu2qu-1.6.7-r1.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_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1