diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-17 11:09:39 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-17 11:11:30 -0700 |
commit | 54e9bb6603f81fe9e6769a43482e5a77c85b40c3 (patch) | |
tree | e52896ad7e1787e6cb50faea2eb4e45e1c8710e0 /app-crypt | |
parent | app-crypt/xca: drop 2.3.0-r1, 2.4.0-r1 (diff) | |
download | gentoo-54e9bb6603f81fe9e6769a43482e5a77c85b40c3.tar.gz gentoo-54e9bb6603f81fe9e6769a43482e5a77c85b40c3.tar.bz2 gentoo-54e9bb6603f81fe9e6769a43482e5a77c85b40c3.zip |
app-crypt/seahorse: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/838952
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse/seahorse-41.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |