Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 31 Aug 2017 06:54:44
Message-Id: 1504162473.572743ec394caacf853d76682411f9628d4531d8.grobian@gentoo
1 commit: 572743ec394caacf853d76682411f9628d4531d8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 06:54:33 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 06:54:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=572743ec
7
8 scripts/bootstrap-prefix: add required rhash dependency for cmake, thanks Shaun
9
10 scripts/bootstrap-prefix.sh | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index e61fc9feef..d5ed16e814 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -192,6 +192,7 @@ configure_toolchain() {
18 CXX=g++
19 llvm_deps="
20 app-arch/libarchive
21 + app-crypt/rhash
22 dev-util/cmake
23 dev-util/ninja"
24 case ${CHOST} in