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 7AC761382C5 for ; Sun, 18 Apr 2021 17:28:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D31E4E0826; Sun, 18 Apr 2021 17:28:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B9613E0826 for ; Sun, 18 Apr 2021 17:28:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 532FE340DAE for ; Sun, 18 Apr 2021 17:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AC2564A for ; Sun, 18 Apr 2021 17:28:10 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1618766884.822e64bf02212670af36addc9c7153ac22d24e9b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/atkmm/atkmm-2.28.1.ebuild dev-cpp/atkmm/atkmm-2.36.0.ebuild X-VCS-Directories: dev-cpp/atkmm/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 822e64bf02212670af36addc9c7153ac22d24e9b X-VCS-Branch: master Date: Sun, 18 Apr 2021 17:28:10 +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: 0c59d8d3-d59d-49d7-a4fc-8107804db15a X-Archives-Hash: 6f1b1c020addb62f6a164506e43e051d commit: 822e64bf02212670af36addc9c7153ac22d24e9b Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Apr 18 12:35:36 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 18 17:28:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822e64bf dev-cpp/atkmm: use ${EPYTHON}, not python3 Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/770883 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-cpp/atkmm/atkmm-2.28.1.ebuild | 5 ++++- dev-cpp/atkmm/atkmm-2.36.0.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-cpp/atkmm/atkmm-2.28.1.ebuild b/dev-cpp/atkmm/atkmm-2.28.1.ebuild index 5e871abf8b6..01366db0ae4 100644 --- a/dev-cpp/atkmm/atkmm-2.28.1.ebuild +++ b/dev-cpp/atkmm/atkmm-2.28.1.ebuild @@ -2,7 +2,9 @@ # 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 the ATK library" HOMEPAGE="https://www.gtkmm.org" @@ -25,6 +27,7 @@ BDEPEND=" dev-lang/perl dev-libs/libxslt ) + ${PYTHON_DEPS} " multilib_src_configure() { diff --git a/dev-cpp/atkmm/atkmm-2.36.0.ebuild b/dev-cpp/atkmm/atkmm-2.36.0.ebuild index 6d37b606cc4..0ab832b961c 100644 --- a/dev-cpp/atkmm/atkmm-2.36.0.ebuild +++ b/dev-cpp/atkmm/atkmm-2.36.0.ebuild @@ -2,7 +2,9 @@ # 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 the ATK library" HOMEPAGE="https://www.gtkmm.org" @@ -25,6 +27,7 @@ BDEPEND=" dev-lang/perl dev-libs/libxslt ) + ${PYTHON_DEPS} " multilib_src_configure() {