commit:     1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  5 11:37:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  5 11:37:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1472a4a7

app-shells/bash: update SRC_URI (prefer GNU mirror for patches)

mirror://gnu first has HTTPS listed so this is a minor
improvement. Of course, we already have Manifests and so on, but ...

(It's listed on https://tiswww.case.edu/php/chet/bash/bashtop.html so
fine to use for patches too.)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/bash/bash-5.1_p16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.1_p16.ebuild 
b/app-shells/bash/bash-5.1_p16.ebuild
index 15d76da733d1..c5c1f374ace9 100644
--- a/app-shells/bash/bash-5.1_p16.ebuild
+++ b/app-shells/bash/bash-5.1_p16.ebuild
@@ -27,7 +27,7 @@ patches() {
                echo "${@/#/${DISTDIR}/}"
        else
                local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
+               for u in mirror://gnu/${pn} ftp://ftp.cwru.edu/pub/bash ; do
                        printf "${u}/${pn}-${pv}-patches/%s " "$@"
                done
        fi

Reply via email to