From df85584b185ad5cbc09c98b5be451a7416cc07ee Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 13 Apr 2025 19:38:55 +0200 Subject: [PATCH] dev-vcs/gitg: update HOMEPAGE, support python 3.13 Closes: https://bugs.gentoo.org/952465 Signed-off-by: Pacho Ramos --- dev-vcs/gitg/gitg-44-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-vcs/gitg/gitg-44-r1.ebuild b/dev-vcs/gitg/gitg-44-r1.ebuild index 9b2aaa0dbc674..3325f52f5dcc9 100644 --- a/dev-vcs/gitg/gitg-44-r1.ebuild +++ b/dev-vcs/gitg/gitg-44-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org gnome2-utils meson python-r1 vala xdg DESCRIPTION="git repository viewer for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Gitg" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gitg" LICENSE="GPL-2+" SLOT="0"