diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-08-14 12:40:43 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-08-14 12:41:11 -0700 |
commit | 9b1b6a0e43aca847515afb3f89653f440d16e249 (patch) | |
tree | 0d2562f4c614a80e4e291f5bcb7de96805d6c6ab /sys-auth | |
parent | sys-auth/sssd: Add a mountain of missing deps (diff) | |
download | gentoo-9b1b6a0e43aca847515afb3f89653f440d16e249.tar.gz gentoo-9b1b6a0e43aca847515afb3f89653f440d16e249.tar.bz2 gentoo-9b1b6a0e43aca847515afb3f89653f440d16e249.zip |
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@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/sssd-2.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild index a2692e592be6..b7891b21454b 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}] |