commit: 89f5c2ca7705945f1046f37dc23711bb68bca56f Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Sat Mar 29 13:49:53 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sat Mar 29 14:52:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f5c2ca
x11-wm/openbox: update PYTHON_COMPAT Also remove patches from 9999 which have been applied upstream. Closes: https://bugs.gentoo.org/952785 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> x11-wm/openbox/{openbox-9999.ebuild => openbox-3.6.1-r10.ebuild} | 4 ++-- x11-wm/openbox/openbox-9999.ebuild | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-3.6.1-r10.ebuild similarity index 97% copy from x11-wm/openbox/openbox-9999.ebuild copy to x11-wm/openbox/openbox-3.6.1-r10.ebuild index aba60e39ae11..cc86876183ab 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-3.6.1-r10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12}) +PYTHON_COMPAT=( python3_{10..13}) 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 aba60e39ae11..85a1cb93cc93 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12}) +PYTHON_COMPAT=( python3_{10..13}) inherit autotools python-single-r1 DESCRIPTION="Standards compliant, fast, light-weight, extensible window manager" @@ -59,10 +59,6 @@ PATCHES=( "${FILESDIR}/${PN}-3.5.2-gnome-session.patch" # see https://github.com/danakj/openbox/pull/35 "${FILESDIR}/${PN}-3.6.1-py3-xdg.patch" - # https://bugs.gentoo.org/827227 - "${FILESDIR}/${PN}-3.6.1-getgrent-to-getgroups.patch" - # https://bugs.gentoo.org/901777 - "${FILESDIR}/${PN}-3.6.1-glib-2.76.patch" ) pkg_setup() {
