summaryrefslogtreecommitdiff
path: root/sys-apps/qingy
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/qingy')
-rw-r--r--sys-apps/qingy/qingy-1.0.0-r5.ebuild (renamed from sys-apps/qingy/qingy-1.0.0-r4.ebuild)7
1 files 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
index dd4f010182c4..e00d17d32c04 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"
}