commit:     246f728c80195fa27955e07d65dbe41a54c21c84
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 12:35:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 13:29:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246f728c

app-shells/bash-completion: Update URLs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-shells/bash-completion/bash-completion-2.11.ebuild | 2 +-
 app-shells/bash-completion/bash-completion-9999.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild 
b/app-shells/bash-completion/bash-completion-2.11.ebuild
index 3b52c5d1e19f..67ec99d5b6ca 100644
--- a/app-shells/bash-completion/bash-completion-2.11.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.11.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/scop/bash-completion";
 SRC_URI="
        
https://github.com/scop/bash-completion/releases/download/${PV}/${P}.tar.xz
        eselect? (
-               
https://github.com/mgorny/bashcomp2/releases/download/v${BASHCOMP_P#*-}/${BASHCOMP_P}.tar.gz
+               
https://github.com/projg2/bashcomp2/releases/download/v${BASHCOMP_P#*-}/${BASHCOMP_P}.tar.gz
        )
 "
 

diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild 
b/app-shells/bash-completion/bash-completion-9999.ebuild
index ffb776fd867b..a95ffccbac98 100644
--- a/app-shells/bash-completion/bash-completion-9999.ebuild
+++ b/app-shells/bash-completion/bash-completion-9999.ebuild
@@ -79,10 +79,10 @@ pkg_setup() {
 }
 
 src_unpack() {
-       use eselect && git-r3_fetch https://github.com/mgorny/bashcomp2
+       use eselect && git-r3_fetch https://github.com/projg2/bashcomp2
        git-r3_fetch
 
-       use eselect && git-r3_checkout https://github.com/mgorny/bashcomp2 \
+       use eselect && git-r3_checkout https://github.com/projg2/bashcomp2 \
                "${WORKDIR}"/bashcomp2
        git-r3_checkout
 }

Reply via email to