Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/
Date: Sun, 18 Apr 2021 17:28:15
Message-Id: 1618766884.093e87afd7dadc81d095c3b5afceb1b47ede57b0.slyfox@gentoo
1 commit: 093e87afd7dadc81d095c3b5afceb1b47ede57b0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 12:37:16 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 17:28:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093e87af
7
8 dev-cpp/gtkmm: use ${EPYTHON}, not python3
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-cpp/gtkmm/gtkmm-3.24.3.ebuild | 5 ++++-
14 dev-cpp/gtkmm/gtkmm-3.24.4.ebuild | 5 ++++-
15 2 files changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild
18 index bc1996c4385..d1922c85351 100644
19 --- a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild
20 +++ b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild
21 @@ -2,7 +2,9 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit gnome.org meson multilib-minimal virtualx
26 +
27 +PYTHON_COMPAT=( python3_{7..9} )
28 +inherit gnome.org meson multilib-minimal python-any-r1 virtualx
29
30 DESCRIPTION="C++ interface for GTK+"
31 HOMEPAGE="https://www.gtkmm.org"
32 @@ -33,6 +35,7 @@ BDEPEND="
33 dev-lang/perl
34 dev-libs/libxslt
35 )
36 + ${PYTHON_DEPS}
37 "
38
39 multilib_src_configure() {
40
41 diff --git a/dev-cpp/gtkmm/gtkmm-3.24.4.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.4.ebuild
42 index e7e4f9df423..d289e75623b 100644
43 --- a/dev-cpp/gtkmm/gtkmm-3.24.4.ebuild
44 +++ b/dev-cpp/gtkmm/gtkmm-3.24.4.ebuild
45 @@ -2,7 +2,9 @@
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 -inherit gnome.org meson multilib-minimal virtualx
50 +
51 +PYTHON_COMPAT=( python3_{7..9} )
52 +inherit gnome.org meson multilib-minimal python-any-r1 virtualx
53
54 DESCRIPTION="C++ interface for GTK+"
55 HOMEPAGE="https://www.gtkmm.org"
56 @@ -33,6 +35,7 @@ BDEPEND="
57 dev-lang/perl
58 dev-libs/libxslt
59 )
60 + ${PYTHON_DEPS}
61 "
62
63 multilib_src_configure() {