From: Ian Stakenvicius Date: Thu, 21 Sep 2017 18:21:31 +0000 (-0400) Subject: net-fs/samba: support ADDC with system-mitkrb5 on 4.7.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6c8f60ca1948f294c461e3aab6694432b34de765;p=gentoo.git net-fs/samba: support ADDC with system-mitkrb5 on 4.7.0 Samba-4.7.0 contains full system-mit-krb5 support for Active Directory; this commit adjusts the REQUIRED_USE to enable its use. Please be sure to check upstream documentation when migrating a heimdal-based ADDC. Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/net-fs/samba/samba-4.7.0.ebuild b/net-fs/samba/samba-4.7.0.ebuild index fc60b1168736..691821725b80 100644 --- a/net-fs/samba/samba-4.7.0.ebuild +++ b/net-fs/samba/samba-4.7.0.ebuild @@ -75,7 +75,7 @@ CDEPEND=" gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) - system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) + system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= )" DEPEND="${CDEPEND} ${PYTHON_DEPS} @@ -97,7 +97,7 @@ RDEPEND="${CDEPEND} !dev-perl/Parse-Yapp " -REQUIRED_USE="addc? ( python gnutls !system-mitkrb5 ) +REQUIRED_USE="addc? ( python gnutls ) test? ( python ) addns? ( python ) ads? ( acl gnutls ldap )