commit: a9b1bcf6b29e4ae76a518f353cf39814c496059f
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 00:25:05 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 00:27:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b1bcf6
dev-libs/libpeas: Add Python 3.11 compatibility
Update HOMEPAGE at the same time.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libpeas/libpeas-1.32.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.32.0.ebuild
b/dev-libs/libpeas/libpeas-1.32.0.ebuild
index 08b7db6366ad..6ef2ef50b1c8 100644
--- a/dev-libs/libpeas/libpeas-1.32.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.32.0.ebuild
@@ -4,12 +4,12 @@
EAPI=8
LUA_COMPAT=( lua5-1 luajit )
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit gnome.org lua-single meson python-single-r1 vala virtualx xdg
DESCRIPTION="A GObject plugins library"
-HOMEPAGE="https://developer.gnome.org/libpeas/stable/"
+HOMEPAGE="https://wiki.gnome.org/Projects/Libpeas
https://gitlab.gnome.org/GNOME/libpeas"
LICENSE="LGPL-2.1+"
SLOT="0"