Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/
Date: Thu, 06 Jan 2022 20:22:02
Message-Id: 1641500511.3630aba76156fa462e73d020abf404aab5e7bc1d.sam@gentoo
1 commit: 3630aba76156fa462e73d020abf404aab5e7bc1d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 20:21:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 20:21:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3630aba7
7
8 sys-libs/readline: update SRC_URI
9
10 See; 1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-libs/readline/readline-8.1_p2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/readline/readline-8.1_p2.ebuild b/sys-libs/readline/readline-8.1_p2.ebuild
17 index 72846f8bc532..f27175df6017 100644
18 --- a/sys-libs/readline/readline-8.1_p2.ebuild
19 +++ b/sys-libs/readline/readline-8.1_p2.ebuild
20 @@ -21,7 +21,7 @@ patches() {
21 echo "${@/#/${DISTDIR}/}"
22 else
23 local u
24 - for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${PN} ; do
25 + for u in mirror://gnu/${PN} ftp://ftp.cwru.edu/pub/bash ; do
26 printf "${u}/${PN}-${MY_PV}-patches/%s " "$@"
27 done
28 fi