summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-03 08:55:33 +0100
committerSam James <sam@gentoo.org>2024-06-03 08:55:33 +0100
commit9838f9764ac645b7ade9d49b93f74ff2f77994d1 (patch)
treef093a9707c09009ccfb3cad18104c1a923b1d883 /app-crypt
parentapp-crypt/seahorse: fix modern C issues (diff)
downloadgentoo-9838f9764ac645b7ade9d49b93f74ff2f77994d1.tar.gz
gentoo-9838f9764ac645b7ade9d49b93f74ff2f77994d1.tar.bz2
gentoo-9838f9764ac645b7ade9d49b93f74ff2f77994d1.zip
app-crypt/seahorse: enable py3.12
Closes: https://bugs.gentoo.org/929293 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/seahorse/seahorse-43.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/seahorse/seahorse-43.0-r3.ebuild b/app-crypt/seahorse/seahorse-43.0-r3.ebuild
index c4e9d6c84fea..3d17bcbbd3f2 100644
--- a/app-crypt/seahorse/seahorse-43.0-r3.ebuild
+++ b/app-crypt/seahorse/seahorse-43.0-r3.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_{10..12} )
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
DESCRIPTION="Manage your passwords and encryption keys"