sys-auth/sssd: do not depend on gssapi

Now that bind-tools are built with gssapi only for AMD, without gssapi
for ARM, we need to get the USE flag requirement relaxed. Profile for
each architecture will instead choose whether to use gssapi.
This commit is contained in:
Dongsu Park 2020-06-08 17:55:40 +02:00
parent 13876614a7
commit b7d56c85eb

View File

@ -40,7 +40,7 @@ COMMON_DEP="
>=sys-libs/libselinux-2.1.9
>=sys-libs/libsemanage-2.1
)
>=net-dns/bind-tools-9.9[gssapi]
>=net-dns/bind-tools-9.9
>=dev-libs/cyrus-sasl-2.1.25-r3[kerberos]
>=sys-apps/dbus-1.6
acl? ( net-fs/cifs-utils[acl] )