From 17da813dd01429d5d9a5d3e1088d3ca6d1164cd2 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 9 Sep 2021 09:40:19 +0200 Subject: dev-python/booleanOperations: Support python 3.10 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos --- dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/booleanOperations') diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild index 865713960e7d..137bed8596b7 100644 --- a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild +++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Boolean operations on paths" -- cgit v1.2.3