diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:04:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:02 +0100 |
commit | 1c3ebf36efa2e4b89e3f8239f75fce0313e71bb9 (patch) | |
tree | 1b157ec8e1e93eb0181acd4c7a284aa3ab114dbe /www-apache | |
parent | sys-process/top-apple: eutils->epatch (diff) | |
download | gentoo-1c3ebf36efa2e4b89e3f8239f75fce0313e71bb9.tar.gz gentoo-1c3ebf36efa2e4b89e3f8239f75fce0313e71bb9.tar.bz2 gentoo-1c3ebf36efa2e4b89e3f8239f75fce0313e71bb9.zip |
www-apache/mod_auth_kerb: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild index 40e71cf95be3..8b56d40b4d03 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils tmpfiles +inherit apache-module epatch tmpfiles DESCRIPTION="An Apache authentication module using Kerberos" HOMEPAGE="http://modauthkerb.sourceforge.net/" |