commit:     134130a591d7b46d64ce89566b4981c9f0cf3fee
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 13:53:01 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 16:29:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134130a5

x11-wm/openbox: use EAPI 8 and python3_11

Closes: https://bugs.gentoo.org/897356
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 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 8289583c8fce..2989a86a97e2 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-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11})
 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 e08b9bf823bc..261d9e75d33f 100644
--- a/x11-wm/openbox/openbox-9999.ebuild
+++ b/x11-wm/openbox/openbox-9999.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11})
 inherit autotools python-single-r1
 
 DESCRIPTION="Standards compliant, fast, light-weight, extensible window 
manager"

Reply via email to