From 5e23509ced891a3277207f01299704283512c666 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 6 Oct 2022 17:52:02 +0200 Subject: [PATCH] net-misc/q: Link issue about the naming conflict in elog Signed-off-by: Nils Freydank --- net-misc/q/q-0.8.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/q/q-0.8.3.ebuild b/net-misc/q/q-0.8.3.ebuild index fb13195..3fd1062 100644 --- a/net-misc/q/q-0.8.3.ebuild +++ b/net-misc/q/q-0.8.3.ebuild @@ -52,5 +52,7 @@ pkg_postinst() { elog "Please note that the binary is renamed to" elog "\"${MY_PN}\" as app-portage/portage-utils" elog "already installs the \"q\" binary." + elog "For details see the upstream discussion:" + elog "https://github.com/natesales/q/issues/28" fi }