From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7636F1382C5 for ; Tue, 20 Apr 2021 02:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1065E086A; Tue, 20 Apr 2021 02:49:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACE9CE086A for ; Tue, 20 Apr 2021 02:49:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8220340E63 for ; Tue, 20 Apr 2021 02:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2188C722 for ; Tue, 20 Apr 2021 02:49:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618886828.f3c9dcf33917c197e7ac763ed3ca731a5581644b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/glibmm/glibmm-2.64.5.ebuild dev-cpp/glibmm/glibmm-2.68.0.ebuild X-VCS-Directories: dev-cpp/glibmm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f3c9dcf33917c197e7ac763ed3ca731a5581644b X-VCS-Branch: master Date: Tue, 20 Apr 2021 02:49:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 353d3892-0dc7-4e8c-80c5-cfa627198eec X-Archives-Hash: db38b7fe5a999c632da8e63b3af8a3d7 commit: f3c9dcf33917c197e7ac763ed3ca731a5581644b Author: Matt Turner gentoo org> AuthorDate: Tue Apr 20 02:47:06 2021 +0000 Commit: Matt Turner gentoo 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 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]