Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/cvm/
Date: Fri, 27 Sep 2019 14:59:07
Message-Id: 1569596337.2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba.mgorny@gentoo
1 commit: 2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 14:54:41 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 14:58:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7b0d82
7
8 net-libs/cvm: Force non-parallel make
9
10 Closes: https://bugs.gentoo.org/310843
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-libs/cvm/cvm-0.97.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/cvm/cvm-0.97.ebuild b/net-libs/cvm/cvm-0.97.ebuild
17 index 9f7bfe2f738..85fee130332 100644
18 --- a/net-libs/cvm/cvm-0.97.ebuild
19 +++ b/net-libs/cvm/cvm-0.97.ebuild
20 @@ -65,7 +65,7 @@ src_configure() {
21 }
22
23 src_compile() {
24 - default
25 + emake -j1
26
27 if use mysql; then
28 einfo "Building MySQL support"