Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/
Date: Fri, 14 Aug 2020 19:41:24
Message-Id: 1597434071.9b1b6a0e43aca847515afb3f89653f440d16e249.mattst88@gentoo
1 commit: 9b1b6a0e43aca847515afb3f89653f440d16e249
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 19:40:43 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 19:41:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1b6a0e
7
8 sys-auth/sssd: Require USE="ssh sudo" for tests
9
10 And enable them (and IUSE=autofs) by default since none of them have
11 additional dependencies.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 sys-auth/sssd/sssd-2.3.1.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild
19 index a2692e592be..b7891b21454 100644
20 --- a/sys-auth/sssd/sssd-2.3.1.ebuild
21 +++ b/sys-auth/sssd/sssd-2.3.1.ebuild
22 @@ -12,8 +12,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x
23
24 LICENSE="GPL-3"
25 SLOT="0"
26 -IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh systemd test valgrind"
27 +IUSE="acl +autofs +locator +netlink nfsv4 nls +manpages samba selinux +sudo +ssh systemd test valgrind"
28 RESTRICT="!test? ( test )"
29 +REQUIRED_USE="test? ( ssh sudo )"
30
31 COMMON_DEP="
32 >=sys-libs/pam-0-r1[${MULTILIB_USEDEP}]