summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-09-09 09:40:19 +0200
committerPacho Ramos <pacho@gentoo.org>2021-09-09 09:41:55 +0200
commit17da813dd01429d5d9a5d3e1088d3ca6d1164cd2 (patch)
tree03b5848f945cc04f877578e6e2b610ab86a9f02b
parentmedia-libs/libuninameslist: x86 stable wrt bug #812068 (diff)
downloadgentoo-17da813d.tar.gz
gentoo-17da813d.tar.bz2
gentoo-17da813d.zip
dev-python/booleanOperations: Support python 3.10
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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"