commit: df85584b185ad5cbc09c98b5be451a7416cc07ee Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 17:38:55 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 17:39:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df85584b
dev-vcs/gitg: update HOMEPAGE, support python 3.13 Closes: https://bugs.gentoo.org/952465 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> 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 9b2aaa0dbc67..3325f52f5dcc 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"
