From eb24d7406ecb8d83f22e527b292b3ac2b03d8ecf Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Tue, 26 Jan 2021 14:12:40 +0800 Subject: [PATCH] dev-vcs/stgit: fix homepage Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Yixun Lan --- dev-vcs/stgit/stgit-0.23.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild index 65c2f47916664..e86274dcb4376 100644 --- a/dev-vcs/stgit/stgit-0.23.ebuild +++ b/dev-vcs/stgit/stgit-0.23.ebuild @@ -3,13 +3,13 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=no inherit bash-completion-r1 distutils-r1 DESCRIPTION="Manage a stack of patches using GIT as a backend" -HOMEPAGE="http://www.procode.org/stgit/" +HOMEPAGE="https://stacked-git.github.io" UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"