Skip to content

Commit

Permalink
kde-base/kdebase-pam: EAPI 6
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
johu committed May 31, 2016
1 parent ae84bfe commit f8286fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions kde-base/kdebase-pam/files/kde-np.pam-10
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#%PAM-1.0

auth required pam_nologin.so
auth required pam_permit.so

account include system-local-login

password include system-local-login

session include system-local-login
4 changes: 2 additions & 2 deletions kde-base/kdebase-pam/kdebase-pam-10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

inherit pam

Expand All @@ -21,5 +21,5 @@ S=${WORKDIR}

src_install() {
newpamd "${FILESDIR}/kde.pam-${PV}" kde
newpamd "${FILESDIR}/kde-np.pam-9" kde-np
newpamd "${FILESDIR}/kde-np.pam-${PV}" kde-np
}

0 comments on commit f8286fd

Please sign in to comment.