commit: 2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 27 14:54:41 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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"
