commit: 572743ec394caacf853d76682411f9628d4531d8
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 06:54:33 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 06:54:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=572743ec
scripts/bootstrap-prefix: add required rhash dependency for cmake, thanks Shaun
scripts/bootstrap-prefix.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index e61fc9feef..d5ed16e814 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -192,6 +192,7 @@ configure_toolchain() {
CXX=g++
llvm_deps="
app-arch/libarchive
+ app-crypt/rhash
dev-util/cmake
dev-util/ninja"
case ${CHOST} in