From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1319225-garchives=archives.gentoo.org@lists.gentoo.org> 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 5F913158041 for <garchives@archives.gentoo.org>; Wed, 8 Sep 2021 01:22:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6585E08BD; Wed, 8 Sep 2021 01:22:52 +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 5322FE08BD for <gentoo-commits@lists.gentoo.org>; Wed, 8 Sep 2021 01:22:52 +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 5135A342AED for <gentoo-commits@lists.gentoo.org>; Wed, 8 Sep 2021 01:22:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C270550 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Sep 2021 01:22:49 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1631064153.2a857f90d0dbea0ea16bbee2118883091c694467.sam@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.5.1-r1.ebuild sys-libs/pam/pam-1.5.1_p20210622-r1.ebuild sys-libs/pam/pam-1.5.2.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a857f90d0dbea0ea16bbee2118883091c694467 X-VCS-Branch: master Date: Wed, 8 Sep 2021 01:22:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 465281f8-b08b-410e-a0f0-9341aace4339 X-Archives-Hash: 6f04eec32b8cc9017b64537d0736d3e4 commit: 2a857f90d0dbea0ea16bbee2118883091c694467 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 8 01:21:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 8 01:22:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a857f90 sys-libs/pam: set TMPFILES_OPTIONAL=1 to avoid QA warnings We can reconsider this w/ EAPI 8 and IDEPEND. See: 39aadbd88a591fe06e11a364d2ab9e8d4fdc5c46 Bug: https://bugs.gentoo.org/810979 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/pam/pam-1.5.1-r1.ebuild | 4 ++++ sys-libs/pam/pam-1.5.1_p20210622-r1.ebuild | 4 ++++ sys-libs/pam/pam-1.5.2.ebuild | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/sys-libs/pam/pam-1.5.1-r1.ebuild b/sys-libs/pam/pam-1.5.1-r1.ebuild index 4c80313a2c4..61fbf74ec47 100644 --- a/sys-libs/pam/pam-1.5.1-r1.ebuild +++ b/sys-libs/pam/pam-1.5.1-r1.ebuild @@ -5,6 +5,10 @@ EAPI=7 MY_P="Linux-${PN^^}-${PV}" +# Avoid QA warnings +# Can reconsider w/ EAPI 8 and IDEPEND, bug #810979 +TMPFILES_OPTIONAL=1 + inherit autotools db-use fcaps toolchain-funcs usr-ldscript multilib-minimal DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)" diff --git a/sys-libs/pam/pam-1.5.1_p20210622-r1.ebuild b/sys-libs/pam/pam-1.5.1_p20210622-r1.ebuild index eb86011b17d..bbc95832d99 100644 --- a/sys-libs/pam/pam-1.5.1_p20210622-r1.ebuild +++ b/sys-libs/pam/pam-1.5.1_p20210622-r1.ebuild @@ -3,6 +3,10 @@ EAPI=7 +# Avoid QA warnings +# Can reconsider w/ EAPI 8 and IDEPEND, bug #810979 +TMPFILES_OPTIONAL=1 + inherit autotools db-use fcaps toolchain-funcs usr-ldscript multilib-minimal GIT_COMMIT="fe1307512fb8892b5ceb3d884c793af8dbd4c16a" diff --git a/sys-libs/pam/pam-1.5.2.ebuild b/sys-libs/pam/pam-1.5.2.ebuild index 04f3304c505..12fb3126d89 100644 --- a/sys-libs/pam/pam-1.5.2.ebuild +++ b/sys-libs/pam/pam-1.5.2.ebuild @@ -5,6 +5,10 @@ EAPI=7 MY_P="Linux-${PN^^}-${PV}" +# Avoid QA warnings +# Can reconsider w/ EAPI 8 and IDEPEND, bug #810979 +TMPFILES_OPTIONAL=1 + inherit autotools db-use fcaps toolchain-funcs usr-ldscript multilib-minimal DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"