Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/
Date: Wed, 05 Jan 2022 11:38:10
Message-Id: 1641382632.1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140.sam@gentoo
1 commit: 1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 11:37:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 11:37:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1472a4a7
7
8 app-shells/bash: update SRC_URI (prefer GNU mirror for patches)
9
10 mirror://gnu first has HTTPS listed so this is a minor
11 improvement. Of course, we already have Manifests and so on, but ...
12
13 (It's listed on https://tiswww.case.edu/php/chet/bash/bashtop.html so
14 fine to use for patches too.)
15
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 app-shells/bash/bash-5.1_p16.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/app-shells/bash/bash-5.1_p16.ebuild b/app-shells/bash/bash-5.1_p16.ebuild
22 index 15d76da733d1..c5c1f374ace9 100644
23 --- a/app-shells/bash/bash-5.1_p16.ebuild
24 +++ b/app-shells/bash/bash-5.1_p16.ebuild
25 @@ -27,7 +27,7 @@ patches() {
26 echo "${@/#/${DISTDIR}/}"
27 else
28 local u
29 - for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
30 + for u in mirror://gnu/${pn} ftp://ftp.cwru.edu/pub/bash ; do
31 printf "${u}/${pn}-${pv}-patches/%s " "$@"
32 done
33 fi