net-misc/q: Link issue about the naming conflict in elog

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-10-06 17:52:02 +02:00
parent f43faecf62
commit 5e23509ced
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -52,5 +52,7 @@ pkg_postinst() {
elog "Please note that the binary is renamed to" elog "Please note that the binary is renamed to"
elog "\"${MY_PN}\" as app-portage/portage-utils" elog "\"${MY_PN}\" as app-portage/portage-utils"
elog "already installs the \"q\" binary." elog "already installs the \"q\" binary."
elog "For details see the upstream discussion:"
elog "https://github.com/natesales/q/issues/28"
fi fi
} }