commit: 3fab79bb03147a4808f18a4fb06db1942bbaf259 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 1 23:45:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 1 23:47:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fab79bb
app-crypt/seahorse: drop python-any-r1 The Meson option to disable the compatibility check for gpg versions was added in f81679038c16a7e85730b3371210d4812cb8600d. 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 <AT> gentoo.org> app-crypt/seahorse/seahorse-43.0-r4.ebuild | 6 ++---- app-crypt/seahorse/seahorse-47.0.1.ebuild | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/app-crypt/seahorse/seahorse-43.0-r4.ebuild b/app-crypt/seahorse/seahorse-43.0-r4.ebuild index 0d7dd00503f2..e29157e92104 100644 --- a/app-crypt/seahorse/seahorse-43.0-r4.ebuild +++ b/app-crypt/seahorse/seahorse-43.0-r4.ebuild @@ -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 diff --git a/app-crypt/seahorse/seahorse-47.0.1.ebuild b/app-crypt/seahorse/seahorse-47.0.1.ebuild index 234b504bd362..e1f0a2854fa2 100644 --- a/app-crypt/seahorse/seahorse-47.0.1.ebuild +++ b/app-crypt/seahorse/seahorse-47.0.1.ebuild @@ -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
