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 0BF60138336 for ; Mon, 16 Sep 2019 00:06:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5331EE0938; Mon, 16 Sep 2019 00:06:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3D26CE0933 for ; Mon, 16 Sep 2019 00:06:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 207D634B201 for ; Mon, 16 Sep 2019 00:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A905F7ED for ; Mon, 16 Sep 2019 00:06:32 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1568592360.6c4711b3b966c2446f2f937d5bfd39d607060b78.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-1.0.2t.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6c4711b3b966c2446f2f937d5bfd39d607060b78 X-VCS-Branch: master Date: Mon, 16 Sep 2019 00:06:32 +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: a8d74828-4764-4862-a1f0-0f91059c4780 X-Archives-Hash: 82ecb3c01c0946b3093f38bcff57b64f commit: 6c4711b3b966c2446f2f937d5bfd39d607060b78 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 15 23:49:36 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Sep 16 00:06:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4711b3 Revert "dev-libs/openssl: filter load average" This reverts commit 90be70aa64277dd6fe31c6dea00f7f6c913057ac. Bug: https://bugs.gentoo.org/694512 Signed-off-by: Thomas Deutschmann gentoo.org> dev-libs/openssl/openssl-1.0.2t.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-libs/openssl/openssl-1.0.2t.ebuild b/dev-libs/openssl/openssl-1.0.2t.ebuild index bba4fd047bf..82daa9fab61 100644 --- a/dev-libs/openssl/openssl-1.0.2t.ebuild +++ b/dev-libs/openssl/openssl-1.0.2t.ebuild @@ -136,9 +136,6 @@ src_prepare() { # bug 694512 einfo "Limiting parallel jobs to 6 ..." export MAKEOPTS=-j6 - else - # Filter load average - export MAKEOPTS=-j${make_jobs} fi multilib_copy_sources