From a3be9483c1896ce7201893baf63a799ba9f5bb0d Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 23 Feb 2021 16:27:18 +0100 Subject: [PATCH] dev-python/booleanOperations: Support python 3.9 Closes: https://bugs.gentoo.org/761906 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Pacho Ramos --- .../booleanOperations/booleanOperations-0.9.0-r1.ebuild | 4 ++-- 1 file 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 bf8eb273b66a4..865713960e7db 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="Boolean operations on paths"