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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEF6715808B for ; Sun, 17 Apr 2022 18:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D291AE0AB5; Sun, 17 Apr 2022 18:11:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B92CFE0AB5 for ; Sun, 17 Apr 2022 18:11:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C380634194F for ; Sun, 17 Apr 2022 18:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3705B32A for ; Sun, 17 Apr 2022 18:11:41 +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: <1650219090.54e9bb6603f81fe9e6769a43482e5a77c85b40c3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/seahorse/seahorse-41.0-r1.ebuild X-VCS-Directories: app-crypt/seahorse/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 54e9bb6603f81fe9e6769a43482e5a77c85b40c3 X-VCS-Branch: master Date: Sun, 17 Apr 2022 18:11:41 +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: 6da216cd-4893-4d92-accf-fa34cdad5028 X-Archives-Hash: 4bc17183fbb9694d88c492fbb255f873 commit: 54e9bb6603f81fe9e6769a43482e5a77c85b40c3 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 17 18:09:39 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 17 18:11:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e9bb66 app-crypt/seahorse: use ${EPYTHON}, not python3 Closes: https://bugs.gentoo.org/838952 Signed-off-by: Matt Turner gentoo.org> app-crypt/seahorse/seahorse-41.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/seahorse/seahorse-41.0-r1.ebuild b/app-crypt/seahorse/seahorse-41.0-r1.ebuild index dbc4ba04ba9d..aa0c3a9e03fe 100644 --- a/app-crypt/seahorse/seahorse-41.0-r1.ebuild +++ b/app-crypt/seahorse/seahorse-41.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome.org gnome2-utils meson xdg vala +PYTHON_COMPAT=( python3_{8..10} ) +inherit gnome.org gnome2-utils meson python-any-r1 xdg vala DESCRIPTION="Manage your passwords and encryption keys" HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse" @@ -34,6 +35,7 @@ DEPEND="${RDEPEND} gui-libs/libhandy:1[vala] " BDEPEND=" + ${PYTHON_DEPS} app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets dev-libs/appstream-glib