summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-20 08:22:02 +0000
committerSam James <sam@gentoo.org>2021-12-20 08:22:36 +0000
commitfe07c3e46ee67b99c88c249cacaab79336e68682 (patch)
tree762163205d234c1f0910d661cc8f78d870869a5e
parentdev-java/xmpbox: new package (diff)
downloadgentoo-fe07c3e46ee67b99c88c249cacaab79336e68682.tar.gz
gentoo-fe07c3e46ee67b99c88c249cacaab79336e68682.tar.bz2
gentoo-fe07c3e46ee67b99c88c249cacaab79336e68682.zip
sys-apps/util-linux: su requires PAM
Right now, util-linux su requires PAM -- shadow's doesn't. Bug: https://github.com/shadow-maint/shadow/issues/464 Closes: https://bugs.gentoo.org/622666 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/util-linux/util-linux-2.37.2-r3.ebuild2
-rw-r--r--sys-apps/util-linux/util-linux-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.2-r3.ebuild b/sys-apps/util-linux/util-linux-2.37.2-r3.ebuild
index fbcdb0e57e81..6fe8be147bb4 100644
--- a/sys-apps/util-linux/util-linux-2.37.2-r3.ebuild
+++ b/sys-apps/util-linux/util-linux-2.37.2-r3.ebuild
@@ -79,7 +79,7 @@ if [[ "${PV}" == 9999 ]] ; then
"
fi
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) su? ( pam )"
RESTRICT="!test? ( test )"
S="${WORKDIR}/${MY_P}"
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
index ef948cebe7e0..66a76758c397 100644
--- a/sys-apps/util-linux/util-linux-9999.ebuild
+++ b/sys-apps/util-linux/util-linux-9999.ebuild
@@ -79,7 +79,7 @@ if [[ "${PV}" == 9999 ]] ; then
"
fi
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) su? ( pam )"
RESTRICT="!test? ( test )"
S="${WORKDIR}/${MY_P}"