net-irc/inspircd: Revbump to fix user/group for logrotate+systemd

Set correct owner and group in logrotate file.

ionen's note: doing this also fixes it for the systemd service file

Signed-off-by: Wade Cline <wadecline@hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27590
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Wade Cline
2022-10-02 22:18:31 -07:00
committed by Ionen Wolkens
parent 70f70e210c
commit 49b802acae

View File

@@ -64,6 +64,8 @@ src_configure() {
--disable-auto-extras
--disable-ownership
--system
--uid ${PN}
--gid ${PN}
--binary-dir="/usr/bin"
--data-dir="/var/lib/${PN}/data"
--example-dir="/usr/share/doc/${PV}"