mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/seahorse: drop python-any-r1
The Meson option to disable the compatibility check for gpg versions was added
in f81679038c. When that's enabled, the Python script
(which is the only reason we use python-any-r1 here) has its result ignored.
So, tidy up and drop useless python-any-r1.
Bug: https://bugs.gentoo.org/929293
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
|
||||
inherit gnome.org gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="Manage your passwords and encryption keys"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
|
||||
@@ -35,7 +34,6 @@ 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
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
|
||||
inherit gnome.org gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="Manage your passwords and encryption keys"
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/seahorse"
|
||||
@@ -35,7 +34,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user