Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/
Date: Sat, 22 Jan 2022 00:37:32
Message-Id: 1642811828.d4ec9b919434eb7142c9935420edb259690e9805.dilfridge@gentoo
1 commit: d4ec9b919434eb7142c9935420edb259690e9805
2 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 17 09:28:34 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 00:37:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ec9b91
7
8 dev-cpp/pangomm: add python 3.10
9
10 Closes: https://bugs.gentoo.org/829416
11 Closes: https://github.com/gentoo/gentoo/pull/23357
12 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
13 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
14
15 dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild | 2 +-
16 dev-cpp/pangomm/pangomm-2.48.1.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild b/dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild
20 index 83431f4aa4cd..b5acddc83b1b 100644
21 --- a/dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild
22 +++ b/dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 inherit gnome.org meson-multilib python-any-r1
30
31 DESCRIPTION="C++ interface for pango"
32
33 diff --git a/dev-cpp/pangomm/pangomm-2.48.1.ebuild b/dev-cpp/pangomm/pangomm-2.48.1.ebuild
34 index b03b7ff634f9..d3180893feda 100644
35 --- a/dev-cpp/pangomm/pangomm-2.48.1.ebuild
36 +++ b/dev-cpp/pangomm/pangomm-2.48.1.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python3_{7..9} )
42 +PYTHON_COMPAT=( python3_{8..10} )
43 inherit gnome.org meson-multilib python-any-r1
44
45 DESCRIPTION="C++ interface for pango"