diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:03:52 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:57 -0400 |
commit | dd505cca71ea60e488cd50e18d49ce194b5ea5ed (patch) | |
tree | d7d19f1bbbe9b175acce707757a47e77c708894d /app-crypt/libsecret | |
parent | app-accessibility/accerciser: Add Python 3.11 compatibility (diff) | |
download | gentoo-dd505cca71ea60e488cd50e18d49ce194b5ea5ed.tar.gz gentoo-dd505cca71ea60e488cd50e18d49ce194b5ea5ed.tar.bz2 gentoo-dd505cca71ea60e488cd50e18d49ce194b5ea5ed.zip |
app-crypt/libsecret: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.20.5-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild index bddb8f0cc181..3315eccf0ea2 100644 --- a/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) -VALA_USE_DEPEND=vapigen +PYTHON_COMPAT=( python3_{8..11} ) inherit bash-completion-r1 gnome2 meson-multilib python-any-r1 vala virtualx |