commit: 1520dcb2fce8067598d15159e7e71976e2c85f6f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 12:16:01 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 12:16:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1520dcb2
Revert "scripts/bootstrap-prefix: fix gawk merge in stage3 for darwin9"
This reverts commit 66588dcd0aa2508fad7ab8db5e92a0b4c2e75d6d.
Since we disable readline in USE-flags, the readline dep shouldn't be
there any more.
Thanks Etienne Buira for the pointer.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c7e30db10d..20748bde66 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2040,8 +2040,7 @@ bootstrap_stage3() {
rm -f "${ROOT}"/etc/ld.so.conf.d/stage2.conf
# need special care, it depends on texinfo, #717786
- # but requires a recent readline else breaks on old, e.g. darwin9
- pre_emerge_pkgs --nodeps sys-libs/readline sys-apps/gawk || return 1
+ pre_emerge_pkgs --nodeps sys-apps/gawk || return 1
( cd "${ROOT}"/usr/bin && test ! -e python && rm -f
python${PYTHONMAJMIN} )
# Use $ROOT tools where possible from now on.