mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
mail-client/geary: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/810739 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user