Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/openbox/
Date: Wed, 02 Feb 2022 02:36:31
Message-Id: 1643769383.a832b9fb0ec505d4096e3ebe0dc0c02cc0df16e9.candrews@gentoo
1 commit: a832b9fb0ec505d4096e3ebe0dc0c02cc0df16e9
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 02:36:12 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 02:36:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a832b9fb
7
8 x11-wm/openbox: Python 3.10 compatibility
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 x11-wm/openbox/openbox-3.6.1-r3.ebuild | 4 ++--
14 x11-wm/openbox/openbox-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-wm/openbox/openbox-3.6.1-r3.ebuild b/x11-wm/openbox/openbox-3.6.1-r3.ebuild
18 index 2288b82914b0..c5df08cd6a6e 100644
19 --- a/x11-wm/openbox/openbox-3.6.1-r3.ebuild
20 +++ b/x11-wm/openbox/openbox-3.6.1-r3.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{8,9} )
29 +PYTHON_COMPAT=( python3_{8,9,10} )
30 inherit autotools python-single-r1
31
32 DESCRIPTION="Standards compliant, fast, light-weight, extensible window manager"
33
34 diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild
35 index 996da0e28250..0b8c51f00bd1 100644
36 --- a/x11-wm/openbox/openbox-9999.ebuild
37 +++ b/x11-wm/openbox/openbox-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 -PYTHON_COMPAT=( python3_{8,9} )
46 +PYTHON_COMPAT=( python3_{8,9,10} )
47 inherit autotools python-single-r1
48
49 DESCRIPTION="Standards compliant, fast, light-weight, extensible window manager"