commit:     3131dcf8a18ff246858415c8e5c21fcf6bb00412
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 05:38:44 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 05:46:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3131dcf8

mail-client/geary: use ${EPYTHON}, not python3

Closes: https://bugs.gentoo.org/810739
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 mail-client/geary/geary-40.0-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/mail-client/geary/geary-40.0-r1.ebuild 
b/mail-client/geary/geary-40.0-r1.ebuild
index c4a0e51c6f37..d0abb5b348fa 100644
--- a/mail-client/geary/geary-40.0-r1.ebuild
+++ b/mail-client/geary/geary-40.0-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
 VALA_MIN_API_VERSION="0.48"
 
-inherit gnome.org gnome2-utils meson vala virtualx xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg
 
 DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
 HOMEPAGE="https://wiki.gnome.org/Apps/Geary";
@@ -46,6 +47,7 @@ RDEPEND="${DEPEND}
        gnome-base/gsettings-desktop-schemas
 "
 BDEPEND="
+       ${PYTHON_DEPS}
        >=dev-libs/appstream-glib-0.7.10
        dev-libs/libxml2
        dev-util/itstool

Reply via email to