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 1F85D13835C for ; Mon, 28 Dec 2020 07:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B22D2BC015; Mon, 28 Dec 2020 07:08:17 +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 04F632BC015 for ; Mon, 28 Dec 2020 07:08:16 +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 D0018341231 for ; Mon, 28 Dec 2020 07:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B444483 for ; Mon, 28 Dec 2020 07:08:12 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1609135719.04939e1ba7cd67da04707535484d22daa1d2c3dd.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/xmrig/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/xmrig/xmrig-6.7.0.ebuild X-VCS-Directories: net-misc/xmrig/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 04939e1ba7cd67da04707535484d22daa1d2c3dd X-VCS-Branch: dev Date: Mon, 28 Dec 2020 07:08:12 +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: 40221de0-89ec-4b20-a043-19d4a455f78a X-Archives-Hash: 460e722fd08eae0103ccdd72b760c046 commit: 04939e1ba7cd67da04707535484d22daa1d2c3dd Author: Theo Anderson posteo de> AuthorDate: Mon Dec 28 06:08:39 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Dec 28 06:08:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04939e1b net-misc/xmrig: use elog instead of einfo Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> net-misc/xmrig/xmrig-6.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/xmrig/xmrig-6.7.0.ebuild b/net-misc/xmrig/xmrig-6.7.0.ebuild index 362fd8cc..70142047 100644 --- a/net-misc/xmrig/xmrig-6.7.0.ebuild +++ b/net-misc/xmrig/xmrig-6.7.0.ebuild @@ -49,6 +49,6 @@ src_install() { } pkg_postinst() { - einfo "Increase the vm.nr_hugepages sysctl value so that XMRig can allocate with huge pages." + elog "Increase the vm.nr_hugepages sysctl value so that XMRig can allocate with huge pages." optfeature "CPU specific performance tweaks" sys-apps/msr-tools }