diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-03-31 21:18:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-03-31 21:18:56 +0000 |
commit | 62488af99c1f28e5b0e84b080895bc913aa3f698 (patch) | |
tree | 473ce7ca16cf55d525460e618111a15fd1a6c214 | |
parent | Removal of mask on dev-ruby/cgi_multipart_eof_fix, immediate removal was requ... (diff) | |
download | gentoo-2-62488af99c1f28e5b0e84b080895bc913aa3f698.tar.gz gentoo-2-62488af99c1f28e5b0e84b080895bc913aa3f698.tar.bz2 gentoo-2-62488af99c1f28e5b0e84b080895bc913aa3f698.zip |
Obtain PAM moduledir from pam.eclass.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
-rw-r--r-- | sys-apps/systemd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-200.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 43dd0bdd4a57..3173cd8f0bd2 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.109 2013/03/30 17:02:32 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.110 2013/03/31 21:18:56 mgorny Exp $ + + 31 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-200.ebuild, + systemd-9999.ebuild: + Obtain PAM moduledir from pam.eclass. 30 Mar 2013; Mike Gilbert <floppym@gentoo.org> systemd-200.ebuild, systemd-9999.ebuild: diff --git a/sys-apps/systemd/systemd-200.ebuild b/sys-apps/systemd/systemd-200.ebuild index df3bc6cf3114..7d1ae508ecf5 100644 --- a/sys-apps/systemd/systemd-200.ebuild +++ b/sys-apps/systemd/systemd-200.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200.ebuild,v 1.3 2013/03/30 17:02:32 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200.ebuild,v 1.4 2013/03/31 21:18:56 mgorny Exp $ EAPI=5 @@ -72,7 +72,7 @@ src_configure() { --with-rootprefix=/usr --with-rootlibdir=/usr/$(get_libdir) # but pam modules have to lie in /lib* - --with-pamlibdir=/$(get_libdir)/security + --with-pamlibdir=$(getpam_mod_dir) # make sure we get /bin:/sbin in $PATH --enable-split-usr # disable sysv compatibility diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 9e5e872c0453..e6966a8b01f9 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.37 2013/03/30 17:02:32 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.38 2013/03/31 21:18:56 mgorny Exp $ EAPI=5 @@ -102,7 +102,7 @@ src_configure() { --with-rootprefix=/usr --with-rootlibdir=/usr/$(get_libdir) # but pam modules have to lie in /lib* - --with-pamlibdir=/$(get_libdir)/security + --with-pamlibdir=$(getpam_mod_dir) # make sure we get /bin:/sbin in $PATH --enable-split-usr # disable sysv compatibility |