diff options
author | 2024-06-04 19:49:08 -0400 | |
---|---|---|
committer | 2024-06-06 01:44:41 +0100 | |
commit | 79e20a165676559e05e9723060c64723db229cf3 (patch) | |
tree | 0c6d54d68b0d1b6ad752a5555b143d0635a1ed4f /app-crypt | |
parent | app-editors/gvim: sync live (diff) | |
download | gentoo-79e20a165676559e05e9723060c64723db229cf3.tar.gz gentoo-79e20a165676559e05e9723060c64723db229cf3.tar.bz2 gentoo-79e20a165676559e05e9723060c64723db229cf3.zip |
app-crypt/gcr: drop build-time use of python-any-r1
In gcr 3, some *.py scripts were executed by the build system, and could
technically use any version of python. In gcr 4, it is a moot point
since those scripts were dropped and python is no longer run at all.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gcr/gcr-4.2.1.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-crypt/gcr/gcr-4.2.1.ebuild b/app-crypt/gcr/gcr-4.2.1.ebuild index 80e9608fd03f..ed823652b725 100644 --- a/app-crypt/gcr/gcr-4.2.1.ebuild +++ b/app-crypt/gcr/gcr-4.2.1.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) -inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 vala xdg +inherit flag-o-matic gnome.org gnome2-utils meson vala xdg DESCRIPTION="Libraries for cryptographic UIs and accessing PKCS#11 modules" HOMEPAGE="https://gitlab.gnome.org/GNOME/gcr" @@ -35,7 +34,6 @@ DEPEND=" RDEPEND="${DEPEND}" PDEPEND="app-crypt/gnupg" BDEPEND=" - ${PYTHON_DEPS} gtk? ( dev-libs/libxml2:2 ) dev-util/gdbus-codegen dev-util/glib-utils @@ -46,10 +44,6 @@ BDEPEND=" vala? ( $(vala_depend) ) " -pkg_setup() { - python-any-r1_pkg_setup -} - src_prepare() { default use vala && vala_setup |