From 04939e1ba7cd67da04707535484d22daa1d2c3dd Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Mon, 28 Dec 2020 19:08:39 +1300 Subject: [PATCH] net-misc/xmrig: use elog instead of einfo Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- 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 362fd8ccf5..7014204775 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 }