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 D298B13835A for ; Tue, 20 Apr 2021 02:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A8CE086B; Tue, 20 Apr 2021 02:49:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B8C54E086B 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 D6FB8340E5C 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 0C048720 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: <1618886668.9ed54c79856c79565fc11d5a544c5cc6106a9459.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/file-roller/file-roller-3.38.1.ebuild X-VCS-Directories: app-arch/file-roller/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9ed54c79856c79565fc11d5a544c5cc6106a9459 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: f71311ce-367d-4956-a240-cba39d91c0f5 X-Archives-Hash: 58cacea42496d89bcd4212ae642a624e commit: 9ed54c79856c79565fc11d5a544c5cc6106a9459 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 20 02:44:19 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 20 02:44:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed54c79 app-arch/file-roller: use ${EPYTHON}, not python3 Closes: https://bugs.gentoo.org/765829 Signed-off-by: Matt Turner gentoo.org> app-arch/file-roller/file-roller-3.38.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-arch/file-roller/file-roller-3.38.1.ebuild b/app-arch/file-roller/file-roller-3.38.1.ebuild index 583372f4095..f7ba9f11727 100644 --- a/app-arch/file-roller/file-roller-3.38.1.ebuild +++ b/app-arch/file-roller/file-roller-3.38.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg +PYTHON_COMPAT=( python3_{7..9} ) +inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg DESCRIPTION="Archive manager for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller" @@ -28,6 +29,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + ${PYTHON_DEPS} dev-util/glib-utils dev-util/itstool >=sys-devel/gettext-0.19.8