diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-02-01 21:36:12 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-02-01 21:36:23 -0500 |
commit | a832b9fb0ec505d4096e3ebe0dc0c02cc0df16e9 (patch) | |
tree | b6af409cd8c0e9a30bb6f764aaeb6dafe9cacc25 /x11-wm/openbox/openbox-9999.ebuild | |
parent | dev-python/pip-run: Keyword 8.8.0 hppa, #832036 (diff) | |
download | gentoo-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/openbox-9999.ebuild')
-rw-r--r-- | x11-wm/openbox/openbox-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |