summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gcr')
-rw-r--r--app-crypt/gcr/gcr-3.41.1-r2.ebuild4
-rw-r--r--app-crypt/gcr/gcr-4.2.1.ebuild8
2 files changed, 3 insertions, 9 deletions
diff --git a/app-crypt/gcr/gcr-3.41.1-r2.ebuild b/app-crypt/gcr/gcr-3.41.1-r2.ebuild
index 18f232f0302b..4be077ac83ef 100644
--- a/app-crypt/gcr/gcr-3.41.1-r2.ebuild
+++ b/app-crypt/gcr/gcr-3.41.1-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..13} )
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
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