From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0E5F1581D3 for ; Tue, 28 May 2024 16:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 150C3E2A1F; Tue, 28 May 2024 16:01:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97D20E2A1F for ; Tue, 28 May 2024 16:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A69D533BEED for ; Tue, 28 May 2024 16:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1AF8158 for ; Tue, 28 May 2024 16:01:13 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1716912032.0b6a441d0c3393c867b17a9e6f35be1369484219.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/openbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/openbox/openbox-3.6.1-r9.ebuild x11-wm/openbox/openbox-9999.ebuild X-VCS-Directories: x11-wm/openbox/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 0b6a441d0c3393c867b17a9e6f35be1369484219 X-VCS-Branch: master Date: Tue, 28 May 2024 16:01:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a18e8505-54d9-4fdb-b330-77c24507d9be X-Archives-Hash: 10a0957c511539e82e7a9a979f7967b9 commit: 0b6a441d0c3393c867b17a9e6f35be1369484219 Author: Jimi Huotari gentoo org> AuthorDate: Tue May 28 15:55:54 2024 +0000 Commit: Jimi Huotari gentoo 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 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"