commit: 9b1b6a0e43aca847515afb3f89653f440d16e249
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 19:40:43 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 19:41:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1b6a0e
sys-auth/sssd: Require USE="ssh sudo" for tests
And enable them (and IUSE=autofs) by default since none of them have
additional dependencies.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-auth/sssd/sssd-2.3.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild
index a2692e592be..b7891b21454 100644
--- a/sys-auth/sssd/sssd-2.3.1.ebuild
+++ b/sys-auth/sssd/sssd-2.3.1.ebuild
@@ -12,8 +12,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc
~ppc64 ~s390 ~sparc ~x
LICENSE="GPL-3"
SLOT="0"
-IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh
systemd test valgrind"
+IUSE="acl +autofs +locator +netlink nfsv4 nls +manpages samba selinux +sudo
+ssh systemd test valgrind"
RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( ssh sudo )"
COMMON_DEP="
>=sys-libs/pam-0-r1[${MULTILIB_USEDEP}]