The conditional modified for GLEP 81 in this package is completely broken: use nginx && usermod -a -G icingacmd,icingaweb2 nginx || die use apache2 && usermod -a -G icingacmd,icingaweb2 apache || die If you only have one in USE it's going to die. Was this tested? How did it go straight to stable? Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98ff20198b33d334cb0f38e07bc8e9dea218e75 commit a98ff20198b33d334cb0f38e07bc8e9dea218e75 Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2021-07-10 14:25:53 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2021-07-10 14:25:53 +0000 www-apps/icingaweb2: drop die Removing added 'die', as it would fail. Closes: https://bugs.gentoo.org/801415 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> www-apps/icingaweb2/icingaweb2-2.8.2-r1.ebuild | 12 ++++++------ www-apps/icingaweb2/icingaweb2-9999.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-)