Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/
Date: Tue, 09 Oct 2018 08:04:59
Message-Id: 1539072239.e5c34911871256f77fd29e09d126100f9c09184f.asturm@gentoo
1 commit: e5c34911871256f77fd29e09d126100f9c09184f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 8 20:20:47 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 08:03:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c34911
7
8 net-libs/libsignon-glib: Allow build with > -j1 again
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 net-libs/libsignon-glib/libsignon-glib-1.14.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
17 index 51eecdc3d55..0b2be9418aa 100644
18 --- a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
19 +++ b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -72,8 +72,6 @@ src_configure() {
27 }
28
29 src_compile() {
30 - # fails to compile with more than one thread
31 - MAKEOPTS="${MAKEOPTS} -j1"
32 default
33 if use python; then
34 python_foreach_impl run_in_build_dir default