summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2022-02-01 21:36:12 -0500
committerCraig Andrews <candrews@gentoo.org>2022-02-01 21:36:23 -0500
commita832b9fb0ec505d4096e3ebe0dc0c02cc0df16e9 (patch)
treeb6af409cd8c0e9a30bb6f764aaeb6dafe9cacc25 /x11-wm/openbox
parentdev-python/pip-run: Keyword 8.8.0 hppa, #832036 (diff)
downloadgentoo-a832b9fb0ec505d4096e3ebe0dc0c02cc0df16e9.tar.gz
gentoo-a832b9fb0ec505d4096e3ebe0dc0c02cc0df16e9.tar.bz2
gentoo-a832b9fb0ec505d4096e3ebe0dc0c02cc0df16e9.zip
x11-wm/openbox: Python 3.10 compatibility
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r--x11-wm/openbox/openbox-3.6.1-r3.ebuild4
-rw-r--r--x11-wm/openbox/openbox-9999.ebuild4
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 2288b82914b0..c5df08cd6a6e 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 996da0e28250..0b8c51f00bd1 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"