commit: 3630aba76156fa462e73d020abf404aab5e7bc1d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 6 20:21:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 6 20:21:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3630aba7
sys-libs/readline: update SRC_URI
See; 1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/readline/readline-8.1_p2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/readline/readline-8.1_p2.ebuild
b/sys-libs/readline/readline-8.1_p2.ebuild
index 72846f8bc532..f27175df6017 100644
--- a/sys-libs/readline/readline-8.1_p2.ebuild
+++ b/sys-libs/readline/readline-8.1_p2.ebuild
@@ -21,7 +21,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}-${MY_PV}-patches/%s " "$@"
done
fi