commit: 5cd74dc54d79c9cda08d52097e238a69ac03ee43
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 19:21:46 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 19:21:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5cd74dc5
scripts/bootstrap-prefix: try to work around c_rehash missing openssl dep, bug
#572790
scripts/bootstrap-prefix.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c47dd13..924ce3e 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1264,6 +1264,9 @@ bootstrap_stage3() {
emerge --sync || emerge-webrsync || return 1
fi
+ # temporarily work around c_rehash missing openssl dependency, bug
#572790
+ emerge -1 openssl || return 1
+
# Portage should figure out itself what it needs to do, if anything
USE="-git" emerge -u system || return 1