commit: 6f8567d4f320824d8b514774d38daa030dbe9e21
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 17:42:31 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 17:42:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8567d4
sys-apps/qingy: install pam files conditionally
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sys-apps/qingy/{qingy-1.0.0-r4.ebuild => qingy-1.0.0-r5.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/sys-apps/qingy/qingy-1.0.0-r4.ebuild
b/sys-apps/qingy/qingy-1.0.0-r5.ebuild
similarity index 96%
rename from sys-apps/qingy/qingy-1.0.0-r4.ebuild
rename to sys-apps/qingy/qingy-1.0.0-r5.ebuild
index 2aae7adf571..0b1c6141e41 100644
--- a/sys-apps/qingy/qingy-1.0.0-r4.ebuild
+++ b/sys-apps/qingy/qingy-1.0.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -101,7 +101,10 @@ src_install() {
use emacs && elisp-site-file-install "${FILESDIR}"/${SITEFILE}
rm "${D}"/etc/pam.d/qingy
- pamd_mimic system-local-login qingy auth account password session
+
+ if use pam; then
+ pamd_mimic system-local-login qingy auth account password
session
+ fi
systemd_newunit "${FILESDIR}/${PN}_at.service" "${PN}@.service"
}