diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2023-03-09 15:53:01 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2023-03-09 18:29:38 +0200 |
commit | 134130a591d7b46d64ce89566b4981c9f0cf3fee (patch) | |
tree | 18c173721cb92c3939ee43cf2862a390a76cf1e7 /x11-wm | |
parent | net-fs/samba: add 4.18.0 (diff) | |
download | gentoo-134130a591d7b46d64ce89566b4981c9f0cf3fee.tar.gz gentoo-134130a591d7b46d64ce89566b4981c9f0cf3fee.tar.bz2 gentoo-134130a591d7b46d64ce89566b4981c9f0cf3fee.zip |
x11-wm/openbox: use EAPI 8 and python3_11
Closes: https://bugs.gentoo.org/897356
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/openbox-3.6.1-r3.ebuild | 4 | ||||
-rw-r--r-- | 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" |