commit: 9a29d940110cabed2585d3c18abe49c98c144e6a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 26 14:02:45 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 26 14:02:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a29d940
sys-auth/pambase: add comments
I meant to mention this in the =2599ee817a0bfed88ecfd7fd86260c0be56abb63
commit message but forgot. There were already a bunch of changes so didn't
want further USE churn just now.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/pambase/pambase-20250826.ebuild | 4 ++++
sys-auth/pambase/pambase-999999999.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/sys-auth/pambase/pambase-20250826.ebuild
b/sys-auth/pambase/pambase-20250826.ebuild
index 090d44646b70..810cd47a7139 100644
--- a/sys-auth/pambase/pambase-20250826.ebuild
+++ b/sys-auth/pambase/pambase-20250826.ebuild
@@ -76,6 +76,10 @@ src_configure() {
use yescrypt && crypt=yescrypt
local pamargs=(
+ # Not all 'upstream' options are (currently) wired up
+ # in the ebuild.
+ #
+ # TODO: pam_shells
$(usev caps '--caps')
$(usev debug '--debug')
$(usev elogind '--elogind')
diff --git a/sys-auth/pambase/pambase-999999999.ebuild
b/sys-auth/pambase/pambase-999999999.ebuild
index 090d44646b70..810cd47a7139 100644
--- a/sys-auth/pambase/pambase-999999999.ebuild
+++ b/sys-auth/pambase/pambase-999999999.ebuild
@@ -76,6 +76,10 @@ src_configure() {
use yescrypt && crypt=yescrypt
local pamargs=(
+ # Not all 'upstream' options are (currently) wired up
+ # in the ebuild.
+ #
+ # TODO: pam_shells
$(usev caps '--caps')
$(usev debug '--debug')
$(usev elogind '--elogind')