diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-22 20:25:05 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-22 20:27:08 -0400 |
commit | a9b1bcf6b29e4ae76a518f353cf39814c496059f (patch) | |
tree | ef73c30b8657cdb1c75e05010dceb6ba6f6afd91 /dev-libs/libpeas | |
parent | dev-util/vulkan-tools: Version bump (diff) | |
download | gentoo-a9b1bcf6b29e4ae76a518f353cf39814c496059f.tar.gz gentoo-a9b1bcf6b29e4ae76a518f353cf39814c496059f.tar.bz2 gentoo-a9b1bcf6b29e4ae76a518f353cf39814c496059f.zip |
dev-libs/libpeas: Add Python 3.11 compatibility
Update HOMEPAGE at the same time.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libpeas')
-rw-r--r-- | dev-libs/libpeas/libpeas-1.32.0.ebuild | 4 |
1 files 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" |