commit: 0b6a441d0c3393c867b17a9e6f35be1369484219 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Tue May 28 15:55:54 2024 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Tue May 28 16:00:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6a441d
x11-wm/openbox: add python 3.12 compatibility Closes: https://bugs.gentoo.org/929897 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> x11-wm/openbox/{openbox-9999.ebuild => openbox-3.6.1-r9.ebuild} | 4 ++-- x11-wm/openbox/openbox-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-3.6.1-r9.ebuild similarity index 97% copy from x11-wm/openbox/openbox-9999.ebuild copy to x11-wm/openbox/openbox-3.6.1-r9.ebuild index ee0aaca94942..aba60e39ae11 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-3.6.1-r9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11}) +PYTHON_COMPAT=( python3_{9..12}) 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 ee0aaca94942..aba60e39ae11 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11}) +PYTHON_COMPAT=( python3_{9..12}) inherit autotools python-single-r1 DESCRIPTION="Standards compliant, fast, light-weight, extensible window manager"
