commit: 26c41cdc9bf03499276255b6b69d8ef43b85344b Author: Alfred Persson Forsberg <cat <AT> catcream <DOT> org> AuthorDate: Wed Dec 14 20:54:20 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 15 04:43:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c41cdc
net-irc/soju: Fix install message Should be ${PN}, not ${P}. Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org> Closes: https://github.com/gentoo/gentoo/pull/28664 Signed-off-by: Sam James <sam <AT> gentoo.org> net-irc/soju/soju-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/soju/soju-0.5.2.ebuild b/net-irc/soju/soju-0.5.2.ebuild index 38c2fe241f2f..0bd379808496 100644 --- a/net-irc/soju/soju-0.5.2.ebuild +++ b/net-irc/soju/soju-0.5.2.ebuild @@ -47,7 +47,7 @@ src_install() { } pkg_postinst() { - elog "${P} requires a user database for authenticating bouncer users," + elog "${PN} requires a user database for authenticating bouncer users," elog "please create a user using:" elog "# sojuctl -config ${EROOT}/etc/soju/config create-user <username> [-admin]" elog "then set ${EROOT}/var/lib/soju/main.db owner and group to soju:soju."