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 386571382C5 for ; Sun, 24 Jan 2021 11:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F4AE0993; Sun, 24 Jan 2021 11:08:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5C701E0993 for ; Sun, 24 Jan 2021 11:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 635FD340FD4 for ; Sun, 24 Jan 2021 11:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B79448B for ; Sun, 24 Jan 2021 11:08:01 +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: <1611486463.32fb4720382f55d6044d852b90f91ab6985de1f8.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild X-VCS-Directories: dev-libs/cyrus-sasl/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 32fb4720382f55d6044d852b90f91ab6985de1f8 X-VCS-Branch: master Date: Sun, 24 Jan 2021 11:08:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70c17238-4abb-4ff2-b06f-ac153923a4bb X-Archives-Hash: ef3ee5ca98d43f7771c6066bca62180e commit: 32fb4720382f55d6044d852b90f91ab6985de1f8 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 24 11:07:43 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 24 11:07:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fb4720 dev-libs/cyrus-sasl: install pam files conditionally Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild index f03d111d203..9eaef70f35b 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild @@ -217,7 +217,9 @@ multilib_src_install_all() { docinto html dodoc doc/html/*.html - newpamd "${FILESDIR}/saslauthd.pam-include" saslauthd + if use pam; then + newpamd "${FILESDIR}/saslauthd.pam-include" saslauthd + fi newinitd "${FILESDIR}/pwcheck.rc6" pwcheck systemd_dounit "${FILESDIR}/pwcheck.service"