commit: f3c9dcf33917c197e7ac763ed3ca731a5581644b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 02:47:06 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 02:47:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c9dcf3
dev-cpp/glibmm: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/762928
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-cpp/glibmm/glibmm-2.64.5.ebuild | 4 +++-
dev-cpp/glibmm/glibmm-2.68.0.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/glibmm/glibmm-2.64.5.ebuild
b/dev-cpp/glibmm/glibmm-2.64.5.ebuild
index db0034cef75..25300c2afb5 100644
--- a/dev-cpp/glibmm/glibmm-2.64.5.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.64.5.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit gnome.org meson multilib-minimal
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org meson multilib-minimal python-any-r1
DESCRIPTION="C++ interface for glib2"
HOMEPAGE="https://www.gtkmm.org"
@@ -19,6 +20,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
+ ${PYTHON_DEPS}
virtual/pkgconfig
>=dev-cpp/mm-common-1.0.0
sys-devel/m4
diff --git a/dev-cpp/glibmm/glibmm-2.68.0.ebuild
b/dev-cpp/glibmm/glibmm-2.68.0.ebuild
index 16c2ce0ff99..2cf6d1781f5 100644
--- a/dev-cpp/glibmm/glibmm-2.68.0.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.68.0.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit gnome.org meson multilib-minimal
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org meson multilib-minimal python-any-r1
DESCRIPTION="C++ interface for glib2"
HOMEPAGE="https://www.gtkmm.org"
@@ -19,6 +20,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
+ ${PYTHON_DEPS}
virtual/pkgconfig
doc? (
app-doc/doxygen[dot]