Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/
Date: Tue, 02 Oct 2018 07:47:21
Message-Id: 1538466412.5922f2cc41fd354eea0a8b632fef55fbb48db228.zlogene@gentoo
1 commit: 5922f2cc41fd354eea0a8b632fef55fbb48db228
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 07:46:52 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 07:46:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5922f2cc
7
8 sys-libs/pam: add missing enable-securedir option
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 sys-libs/pam/pam-1.3.1.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-libs/pam/pam-1.3.1.ebuild b/sys-libs/pam/pam-1.3.1.ebuild
17 index e890caea782..0afae667e16 100644
18 --- a/sys-libs/pam/pam-1.3.1.ebuild
19 +++ b/sys-libs/pam/pam-1.3.1.ebuild
20 @@ -15,9 +15,9 @@ KEYWORDS="~amd64 ~x86"
21 IUSE="audit berkdb +cracklib debug nis nls +pie selinux static-libs"
22
23 DEPEND="app-text/docbook-xml-dtd:4.3
24 - app-text/docbook-xml-dtd:4.4
25 - app-text/docbook-xml-dtd:4.5
26 - nls? ( sys-devel/gettext )"
27 + app-text/docbook-xml-dtd:4.4
28 + app-text/docbook-xml-dtd:4.5
29 + nls? ( sys-devel/gettext )"
30
31 RDEPEND="${DEPEND}
32 audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] )
33 @@ -55,6 +55,7 @@ multilib_src_configure() {
34
35 local myconf=(
36 --with-db-uniquename=-$(db_findver sys-libs/db)
37 + --enable-securedir="${EPREFIX}"/$(get_libdir)/security
38 --libdir=/usr/$(get_libdir)
39 --disable-prelude
40 $(use_enable audit)