commit: 04939e1ba7cd67da04707535484d22daa1d2c3dd
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 28 06:08:39 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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 <telans <AT> 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
}