From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60949158020 for ; Thu, 15 Dec 2022 04:44:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD12BE082B; Thu, 15 Dec 2022 04:44:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9549DE082B for ; Thu, 15 Dec 2022 04:44:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCADD340FF8 for ; Thu, 15 Dec 2022 04:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF8E54C for ; Thu, 15 Dec 2022 04:44:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671079438.26c41cdc9bf03499276255b6b69d8ef43b85344b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/soju/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/soju/soju-0.5.2.ebuild X-VCS-Directories: net-irc/soju/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 26c41cdc9bf03499276255b6b69d8ef43b85344b X-VCS-Branch: master Date: Thu, 15 Dec 2022 04:44:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d09d72e-8c6b-45b0-86e9-870ca14bbb8a X-Archives-Hash: 83b751f50d7dca5671567d33b1426fc9 commit: 26c41cdc9bf03499276255b6b69d8ef43b85344b Author: Alfred Persson Forsberg catcream org> AuthorDate: Wed Dec 14 20:54:20 2022 +0000 Commit: Sam James gentoo 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 catcream.org> Closes: https://github.com/gentoo/gentoo/pull/28664 Signed-off-by: Sam James 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 [-admin]" elog "then set ${EROOT}/var/lib/soju/main.db owner and group to soju:soju."