diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:04:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:03 +0100 |
commit | d858fdea2b4f9202c9ce5f058e8bc38dcba178ea (patch) | |
tree | 248107d0b9382c74317c6d7e718ac3c5f9a6b115 /www-apache | |
parent | www-apache/mod_auth_kerb: eutils->epatch (diff) | |
download | gentoo-d858fdea2b4f9202c9ce5f058e8bc38dcba178ea.tar.gz gentoo-d858fdea2b4f9202c9ce5f058e8bc38dcba178ea.tar.bz2 gentoo-d858fdea2b4f9202c9ce5f058e8bc38dcba178ea.zip |
www-apache/mod_auth_radius: 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_radius/mod_auth_radius-1.5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild b/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild index 878aebee4c0e..831b59d27d9e 100644 --- a/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild +++ b/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit apache-module eutils +inherit apache-module epatch DESCRIPTION="Radius authentication for Apache" HOMEPAGE="http://freeradius.org/mod_auth_radius/" |