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: Mon, 25 Apr 2016 08:16:33
Message-Id: 1461572182.e240c31793de6b9bd04c206dcfd5c43d8e64aff5.grobian@gentoo
1 commit: e240c31793de6b9bd04c206dcfd5c43d8e64aff5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 08:16:22 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 08:16:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e240c317
7
8 scripts/bootstrap-prefix: add libffi to stage2 for python's ctype in order to allow locale check to succeed
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 93f29a0..172911e 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -1175,6 +1175,7 @@ bootstrap_stage2() {
18 app-arch/xz-utils
19 sys-apps/gentoo-functions
20 sys-apps/baselayout-prefix
21 + dev-libs/libffi
22 sys-devel/m4
23 sys-devel/flex
24 sys-devel/bison