diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:01:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:34 +0100 |
commit | 87d9e70db1b83210292daff52396e7a00238d57b (patch) | |
tree | 52642cea5e5ea17e5bf5944283f7673f87d84c56 /sys-auth | |
parent | sys-apps/usbmon: eutils->epatch (diff) | |
download | gentoo-87d9e70db1b83210292daff52396e7a00238d57b.tar.gz gentoo-87d9e70db1b83210292daff52396e7a00238d57b.tar.bz2 gentoo-87d9e70db1b83210292daff52396e7a00238d57b.zip |
sys-auth/nss_ldap: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss_ldap/nss_ldap-265-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/nss_ldap/nss_ldap-265-r5.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r5.ebuild index af476d7f04e1..ca216ce28544 100644 --- a/sys-auth/nss_ldap/nss_ldap-265-r5.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-265-r5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit fixheadtails eutils multilib multilib-minimal autotools prefix +inherit fixheadtails epatch multilib multilib-minimal autotools prefix IUSE="debug ssl sasl kerberos" |