diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-18 22:38:44 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-18 22:46:13 -0700 |
commit | 3131dcf8a18ff246858415c8e5c21fcf6bb00412 (patch) | |
tree | 5bc6b7ff458823ea91664a02c6f658afe5301d06 /mail-client/geary | |
parent | dev-ruby/sigar: enable ruby31 (diff) | |
download | gentoo-3131dcf8a18ff246858415c8e5c21fcf6bb00412.tar.gz gentoo-3131dcf8a18ff246858415c8e5c21fcf6bb00412.tar.bz2 gentoo-3131dcf8a18ff246858415c8e5c21fcf6bb00412.zip |
mail-client/geary: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/810739
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'mail-client/geary')
-rw-r--r-- | mail-client/geary/geary-40.0-r1.ebuild | 6 |
1 files 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 |