From a832b9fb0ec505d4096e3ebe0dc0c02cc0df16e9 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 1 Feb 2022 21:36:12 -0500 Subject: [PATCH] x11-wm/openbox: Python 3.10 compatibility Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews --- x11-wm/openbox/openbox-3.6.1-r3.ebuild | 4 ++-- x11-wm/openbox/openbox-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/openbox/openbox-3.6.1-r3.ebuild b/x11-wm/openbox/openbox-3.6.1-r3.ebuild index 2288b82914b0e..c5df08cd6a6e9 100644 --- a/x11-wm/openbox/openbox-3.6.1-r3.ebuild +++ b/x11-wm/openbox/openbox-3.6.1-r3.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 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit autotools python-single-r1 DESCRIPTION="Standards compliant, fast, light-weight, extensible window manager" diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild index 996da0e282509..0b8c51f00bd1f 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.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 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit autotools python-single-r1 DESCRIPTION="Standards compliant, fast, light-weight, extensible window manager"