From db90daf91e0ee96cf1d850b2130d6a0a66093713 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 26 Jul 2022 05:10:14 +0100 Subject: app-shells/bash: add git repo to HOMEPAGE Signed-off-by: Sam James --- app-shells/bash/bash-5.2_rc2.ebuild | 2 +- app-shells/bash/bash-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/bash/bash-5.2_rc2.ebuild b/app-shells/bash/bash-5.2_rc2.ebuild index f3b505a4a835..4effa61a8843 100644 --- a/app-shells/bash/bash-5.2_rc2.ebuild +++ b/app-shells/bash/bash-5.2_rc2.ebuild @@ -48,7 +48,7 @@ patches() { READLINE_VER="8.2" DESCRIPTION="The standard GNU Bourne again shell" -HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html" +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/bash.git" EGIT_BRANCH=devel diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 09d7f435408e..6e82b8f94a03 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -48,7 +48,7 @@ patches() { READLINE_VER="8.2" DESCRIPTION="The standard GNU Bourne again shell" -HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html" +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/bash.git" EGIT_BRANCH=devel -- cgit v1.2.3-65-gdbad