diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:06:56 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:58 -0400 |
commit | d283176d4f3bfc17bae9e1650e21583f0ff700c5 (patch) | |
tree | 3df5d60ab6d7e60949d559a12d0456953c811aae /dev-libs/folks | |
parent | dev-cpp/mm-common: Add Python 3.11 compatibility (diff) | |
download | gentoo-d283176d4f3bfc17bae9e1650e21583f0ff700c5.tar.gz gentoo-d283176d4f3bfc17bae9e1650e21583f0ff700c5.tar.bz2 gentoo-d283176d4f3bfc17bae9e1650e21583f0ff700c5.zip |
dev-libs/folks: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/folks')
-rw-r--r-- | dev-libs/folks/folks-0.15.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/folks/folks-0.15.5.ebuild b/dev-libs/folks/folks-0.15.5.ebuild index 88f15256eeaf..e14174d6ccb0 100644 --- a/dev-libs/folks/folks-0.15.5.ebuild +++ b/dev-libs/folks/folks-0.15.5.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -VALA_MIN_API_VERSION="0.48" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg |