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/atkmm/
Date: Sun, 18 Apr 2021 17:28:15
Message-Id: 1618766884.822e64bf02212670af36addc9c7153ac22d24e9b.slyfox@gentoo
1 commit: 822e64bf02212670af36addc9c7153ac22d24e9b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 12:35:36 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=822e64bf
7
8 dev-cpp/atkmm: use ${EPYTHON}, not python3
9
10 Reported-by: Agostino Sarubbo
11 Closes: https://bugs.gentoo.org/770883
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-cpp/atkmm/atkmm-2.28.1.ebuild | 5 ++++-
16 dev-cpp/atkmm/atkmm-2.36.0.ebuild | 5 ++++-
17 2 files changed, 8 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-cpp/atkmm/atkmm-2.28.1.ebuild b/dev-cpp/atkmm/atkmm-2.28.1.ebuild
20 index 5e871abf8b6..01366db0ae4 100644
21 --- a/dev-cpp/atkmm/atkmm-2.28.1.ebuild
22 +++ b/dev-cpp/atkmm/atkmm-2.28.1.ebuild
23 @@ -2,7 +2,9 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -inherit gnome.org meson multilib-minimal
28 +
29 +PYTHON_COMPAT=( python3_{7..9} )
30 +inherit gnome.org meson multilib-minimal python-any-r1
31
32 DESCRIPTION="C++ interface for the ATK library"
33 HOMEPAGE="https://www.gtkmm.org"
34 @@ -25,6 +27,7 @@ BDEPEND="
35 dev-lang/perl
36 dev-libs/libxslt
37 )
38 + ${PYTHON_DEPS}
39 "
40
41 multilib_src_configure() {
42
43 diff --git a/dev-cpp/atkmm/atkmm-2.36.0.ebuild b/dev-cpp/atkmm/atkmm-2.36.0.ebuild
44 index 6d37b606cc4..0ab832b961c 100644
45 --- a/dev-cpp/atkmm/atkmm-2.36.0.ebuild
46 +++ b/dev-cpp/atkmm/atkmm-2.36.0.ebuild
47 @@ -2,7 +2,9 @@
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 -inherit gnome.org meson multilib-minimal
52 +
53 +PYTHON_COMPAT=( python3_{7..9} )
54 +inherit gnome.org meson multilib-minimal python-any-r1
55
56 DESCRIPTION="C++ interface for the ATK library"
57 HOMEPAGE="https://www.gtkmm.org"
58 @@ -25,6 +27,7 @@ BDEPEND="
59 dev-lang/perl
60 dev-libs/libxslt
61 )
62 + ${PYTHON_DEPS}
63 "
64
65 multilib_src_configure() {