aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2020-12-28 19:08:39 +1300
committerTheo Anderson <telans@posteo.de>2020-12-28 19:08:39 +1300
commit04939e1ba7cd67da04707535484d22daa1d2c3dd (patch)
tree6080a885b0519794162b01e4c28b638533d3a0ef
parentnet-misc/xmrig-mo: new package 6.7.0 (diff)
downloadguru-04939e1b.tar.gz
guru-04939e1b.tar.bz2
guru-04939e1b.zip
net-misc/xmrig: use elog instead of einfo
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
-rw-r--r--net-misc/xmrig/xmrig-6.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/xmrig/xmrig-6.7.0.ebuild b/net-misc/xmrig/xmrig-6.7.0.ebuild
index 362fd8ccf..701420477 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
}