From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0120138334 for ; Tue, 2 Oct 2018 07:47:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDCD8E0B65; Tue, 2 Oct 2018 07:47:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA8E1E0B65 for ; Tue, 2 Oct 2018 07:47:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89401335CDE for ; Tue, 2 Oct 2018 07:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E65B33E2 for ; Tue, 2 Oct 2018 07:47:14 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1538466412.5922f2cc41fd354eea0a8b632fef55fbb48db228.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam/pam-1.3.1.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5922f2cc41fd354eea0a8b632fef55fbb48db228 X-VCS-Branch: master Date: Tue, 2 Oct 2018 07:47:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d9059a64-996b-462b-a687-8d6ef9399f8b X-Archives-Hash: 3e4319ed02e7e778c7a66b3b7fad97b4 commit: 5922f2cc41fd354eea0a8b632fef55fbb48db228 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 2 07:46:52 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 2 07:46:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5922f2cc sys-libs/pam: add missing enable-securedir option Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sys-libs/pam/pam-1.3.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-libs/pam/pam-1.3.1.ebuild b/sys-libs/pam/pam-1.3.1.ebuild index e890caea782..0afae667e16 100644 --- a/sys-libs/pam/pam-1.3.1.ebuild +++ b/sys-libs/pam/pam-1.3.1.ebuild @@ -15,9 +15,9 @@ KEYWORDS="~amd64 ~x86" IUSE="audit berkdb +cracklib debug nis nls +pie selinux static-libs" DEPEND="app-text/docbook-xml-dtd:4.3 - app-text/docbook-xml-dtd:4.4 - app-text/docbook-xml-dtd:4.5 - nls? ( sys-devel/gettext )" + app-text/docbook-xml-dtd:4.4 + app-text/docbook-xml-dtd:4.5 + nls? ( sys-devel/gettext )" RDEPEND="${DEPEND} audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] ) @@ -55,6 +55,7 @@ multilib_src_configure() { local myconf=( --with-db-uniquename=-$(db_findver sys-libs/db) + --enable-securedir="${EPREFIX}"/$(get_libdir)/security --libdir=/usr/$(get_libdir) --disable-prelude $(use_enable audit)