Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:musl commit in: dev-lang/python/
Date: Sat, 07 Jun 2014 20:40:36
Message-Id: 1402173691.2a5bb98c275f7ef5a39b818d633fa4aa563b77cc.blueness@gentoo
1 commit: 2a5bb98c275f7ef5a39b818d633fa4aa563b77cc
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 7 20:41:31 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 7 20:41:31 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=2a5bb98c
7
8 dev-lang/python: emake -j1 to avoid a race during stage3 builds
9
10 Package-Manager: portage-2.2.8-r1
11 Manifest-Sign-Key: 0xF52D4BBA
12
13 ---
14 dev-lang/python/python-3.3.3-r99.ebuild | 2 +-
15 dev-lang/python/python-3.3.4-r99.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lang/python/python-3.3.3-r99.ebuild b/dev-lang/python/python-3.3.3-r99.ebuild
19 index 068daf4..99e1961 100644
20 --- a/dev-lang/python/python-3.3.3-r99.ebuild
21 +++ b/dev-lang/python/python-3.3.3-r99.ebuild
22 @@ -236,7 +236,7 @@ src_install() {
23
24 cd "${BUILD_DIR}" || die
25
26 - emake DESTDIR="${D}" altinstall
27 + emake -j1 DESTDIR="${D}" altinstall
28
29 sed \
30 -e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \
31
32 diff --git a/dev-lang/python/python-3.3.4-r99.ebuild b/dev-lang/python/python-3.3.4-r99.ebuild
33 index a4c590b..fb6e4b4 100644
34 --- a/dev-lang/python/python-3.3.4-r99.ebuild
35 +++ b/dev-lang/python/python-3.3.4-r99.ebuild
36 @@ -234,7 +234,7 @@ src_install() {
37
38 cd "${BUILD_DIR}" || die
39
40 - emake DESTDIR="${D}" altinstall
41 + emake -j1 DESTDIR="${D}" altinstall
42
43 sed \
44 -e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \