Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/
Date: Tue, 20 Apr 2021 02:49:26
Message-Id: 1618886828.f3c9dcf33917c197e7ac763ed3ca731a5581644b.mattst88@gentoo
1 commit: f3c9dcf33917c197e7ac763ed3ca731a5581644b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 02:47:06 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 02:47:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c9dcf3
7
8 dev-cpp/glibmm: use ${EPYTHON}, not python3
9
10 Closes: https://bugs.gentoo.org/762928
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 dev-cpp/glibmm/glibmm-2.64.5.ebuild | 4 +++-
14 dev-cpp/glibmm/glibmm-2.68.0.ebuild | 4 +++-
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-cpp/glibmm/glibmm-2.64.5.ebuild b/dev-cpp/glibmm/glibmm-2.64.5.ebuild
18 index db0034cef75..25300c2afb5 100644
19 --- a/dev-cpp/glibmm/glibmm-2.64.5.ebuild
20 +++ b/dev-cpp/glibmm/glibmm-2.64.5.ebuild
21 @@ -2,7 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit gnome.org meson multilib-minimal
26 +PYTHON_COMPAT=( python3_{7..9} )
27 +inherit gnome.org meson multilib-minimal python-any-r1
28
29 DESCRIPTION="C++ interface for glib2"
30 HOMEPAGE="https://www.gtkmm.org"
31 @@ -19,6 +20,7 @@ RDEPEND="
32 "
33 DEPEND="${RDEPEND}"
34 BDEPEND="
35 + ${PYTHON_DEPS}
36 virtual/pkgconfig
37 >=dev-cpp/mm-common-1.0.0
38 sys-devel/m4
39
40 diff --git a/dev-cpp/glibmm/glibmm-2.68.0.ebuild b/dev-cpp/glibmm/glibmm-2.68.0.ebuild
41 index 16c2ce0ff99..2cf6d1781f5 100644
42 --- a/dev-cpp/glibmm/glibmm-2.68.0.ebuild
43 +++ b/dev-cpp/glibmm/glibmm-2.68.0.ebuild
44 @@ -2,7 +2,8 @@
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 -inherit gnome.org meson multilib-minimal
49 +PYTHON_COMPAT=( python3_{7..9} )
50 +inherit gnome.org meson multilib-minimal python-any-r1
51
52 DESCRIPTION="C++ interface for glib2"
53 HOMEPAGE="https://www.gtkmm.org"
54 @@ -19,6 +20,7 @@ RDEPEND="
55 "
56 DEPEND="${RDEPEND}"
57 BDEPEND="
58 + ${PYTHON_DEPS}
59 virtual/pkgconfig
60 doc? (
61 app-doc/doxygen[dot]