From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDC70138239 for ; Fri, 27 Sep 2019 14:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07BCDE076B; Fri, 27 Sep 2019 14:59:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFAD2E076B for ; Fri, 27 Sep 2019 14:59:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD99834B656 for ; Fri, 27 Sep 2019 14:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90287A8 for ; Fri, 27 Sep 2019 14:59:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569596337.2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/cvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/cvm/cvm-0.97.ebuild X-VCS-Directories: net-libs/cvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba X-VCS-Branch: master Date: Fri, 27 Sep 2019 14:59:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6115b70-9ba6-4ff4-ba7e-72a8f906fc36 X-Archives-Hash: d999ec58481998c7cd123331bfc9b596 commit: 2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba Author: Michał Górny gentoo org> AuthorDate: Fri Sep 27 14:54:41 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 27 14:58:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7b0d82 net-libs/cvm: Force non-parallel make Closes: https://bugs.gentoo.org/310843 Signed-off-by: Michał Górny gentoo.org> net-libs/cvm/cvm-0.97.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/cvm/cvm-0.97.ebuild b/net-libs/cvm/cvm-0.97.ebuild index 9f7bfe2f738..85fee130332 100644 --- a/net-libs/cvm/cvm-0.97.ebuild +++ b/net-libs/cvm/cvm-0.97.ebuild @@ -65,7 +65,7 @@ src_configure() { } src_compile() { - default + emake -j1 if use mysql; then einfo "Building MySQL support"