commit: 7d1ffcb774642284063a90819015ea3c99f92b74
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 07:22:46 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 07:22:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7d1ffcb7
scripts/bootstrap-prefix: drop temp workaround for openssl
scripts/bootstrap-prefix.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 14e72715d1..c746590e22 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1845,10 +1845,6 @@ bootstrap_stage3() {
# avoid installing git just for fun while completing @system
export USE="-git"
- # temporarily work around c_rehash missing openssl dependency, bug
#572790
- einfo "running emerge -u1 openssl"
- CFLAGS= CXXFLAGS= emerge -u1 openssl || return 1
-
# Portage should figure out itself what it needs to do, if anything.
# Avoid glib compiling for Cocoa libs if it finds them, since we're
# still with an old llvm that may not understand the system headers