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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B52C1581D3 for ; Fri, 3 May 2024 08:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79E9CE2A38; Fri, 3 May 2024 08:21:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C1D8E2A38 for ; Fri, 3 May 2024 08:21:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64D83343089 for ; Fri, 3 May 2024 08:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23D819D9 for ; Fri, 3 May 2024 08:21:55 +0000 (UTC) From: "Sam James" 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" Message-ID: <1714724090.a433aad8640773d56419e122d33d365ded14648d.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.3-r1.ebuild sys-libs/pam/pam-1.5.3.ebuild sys-libs/pam/pam-1.6.1.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a433aad8640773d56419e122d33d365ded14648d X-VCS-Branch: master Date: Fri, 3 May 2024 08:21:55 +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: 400724ca-7b8a-41ee-ac2c-0619a712323d X-Archives-Hash: 5462ca19c404f41e26adf1c380dcd5df commit: a433aad8640773d56419e122d33d365ded14648d Author: Sam James gentoo org> AuthorDate: Fri May 3 08:14:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 08:14:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a433aad8 sys-libs/pam: add bug ref for econf TODO Bug: https://bugs.gentoo.org/931117 Signed-off-by: Sam James gentoo.org> sys-libs/pam/pam-1.5.3-r1.ebuild | 2 +- sys-libs/pam/pam-1.5.3.ebuild | 2 +- sys-libs/pam/pam-1.6.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/pam/pam-1.5.3-r1.ebuild b/sys-libs/pam/pam-1.5.3-r1.ebuild index c84930c6d876..db88b6e80235 100644 --- a/sys-libs/pam/pam-1.5.3-r1.ebuild +++ b/sys-libs/pam/pam-1.5.3-r1.ebuild @@ -85,7 +85,7 @@ multilib_src_configure() { --disable-regenerate-docu --disable-static --disable-Werror - # TODO: wire this up now it's more useful as of 1.5.3 + # TODO: wire this up now it's more useful as of 1.5.3 (bug #931117) --disable-econf # TODO: add elogind support (bug #931115) diff --git a/sys-libs/pam/pam-1.5.3.ebuild b/sys-libs/pam/pam-1.5.3.ebuild index d77b7e2e5a97..7801daade3fe 100644 --- a/sys-libs/pam/pam-1.5.3.ebuild +++ b/sys-libs/pam/pam-1.5.3.ebuild @@ -85,7 +85,7 @@ multilib_src_configure() { --disable-regenerate-docu --disable-static --disable-Werror - # TODO: wire this up now it's more useful as of 1.5.3 + # TODO: wire this up now it's more useful as of 1.5.3 (bug #931117) --disable-econf # TODO: add elogind support (bug #931115) diff --git a/sys-libs/pam/pam-1.6.1.ebuild b/sys-libs/pam/pam-1.6.1.ebuild index 91e13f130bed..06b8b9406e7e 100644 --- a/sys-libs/pam/pam-1.6.1.ebuild +++ b/sys-libs/pam/pam-1.6.1.ebuild @@ -81,7 +81,7 @@ multilib_src_configure() { --disable-regenerate-docu --disable-static --disable-Werror - # TODO: wire this up now it's more useful as of 1.5.3 + # TODO: wire this up now it's more useful as of 1.5.3 (bug #931117) --disable-econf # TODO: add elogind support (bug #931115)