diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-01-14 15:26:29 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-01-14 15:26:29 -0500 |
commit | 3caa563c8fe02e52e7b68beac9ca8415442767a8 (patch) | |
tree | a10afc5b0cb021f07e194066c45a6fc59929d8ef /sys-libs | |
parent | media-libs/mesa: Version bump to 19.3.2 (diff) | |
download | musl-3caa563c8fe02e52e7b68beac9ca8415442767a8.tar.gz musl-3caa563c8fe02e52e7b68beac9ca8415442767a8.tar.bz2 musl-3caa563c8fe02e52e7b68beac9ca8415442767a8.zip |
sys-libs/pam: sync with in tree version
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/pam-1.3.1-r1.ebuild | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/sys-libs/pam/pam-1.3.1-r1.ebuild b/sys-libs/pam/pam-1.3.1-r1.ebuild index 7b0d253e..8f9f1d06 100644 --- a/sys-libs/pam/pam-1.3.1-r1.ebuild +++ b/sys-libs/pam/pam-1.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2 sys-devel/flex virtual/pkgconfig[${MULTILIB_USEDEP}] nls? ( sys-devel/gettext )" + DEPEND=" audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] ) berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] ) @@ -29,9 +30,8 @@ DEPEND=" selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) nis? ( >=net-libs/libtirpc-0.2.4-r2[${MULTILIB_USEDEP}] ) nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )" -RDEPEND="${DEPEND} - !sys-auth/openpam - !sys-auth/pam_userdb" + +RDEPEND="${DEPEND}" PDEPEND="sys-auth/pambase" @@ -87,21 +87,7 @@ multilib_src_install() { emake DESTDIR="${D}" install \ sepermitlockdir="${EPREFIX}/run/sepermit" - local prefix - if multilib_is_native_abi; then - prefix= - gen_usr_ldscript -a pam pamc pam_misc - else - prefix=/usr - fi - - # create extra symlinks just in case something depends on them... - local lib - for lib in pam pamc pam_misc; do - if ! [[ -f "${ED}"${prefix}/$(get_libdir)/lib${lib}$(get_libname) ]]; then - dosym lib${lib}$(get_libname 0) ${prefix}/$(get_libdir)/lib${lib}$(get_libname) - fi - done + gen_usr_ldscript -a pam pam_misc pamc } multilib_src_install_all() { |