net-fs/samba: support ADDC with system-mitkrb5 on 4.7.0
authorIan Stakenvicius <axs@gentoo.org>
Thu, 21 Sep 2017 18:21:31 +0000 (14:21 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Wed, 4 Oct 2017 14:59:00 +0000 (10:59 -0400)
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

net-fs/samba/samba-4.7.0.ebuild

index fc60b11687361b551866e57231dd1ba959d67d28..691821725b8007ef03f6427b67b2a2d03768396f 100644 (file)
@@ -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 )