diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 20:27:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:05 +0100 |
commit | c86bc5648d155231c0b9a7c5a0991c2ccc62133c (patch) | |
tree | fe8bf8786bc7342236493637c4c7e72645579b96 /www-apache/mod_authnz_external | |
parent | www-apache/mod_auth_tkt: eutils->epatch (diff) | |
download | gentoo-c86bc5648d155231c0b9a7c5a0991c2ccc62133c.tar.gz gentoo-c86bc5648d155231c0b9a7c5a0991c2ccc62133c.tar.bz2 gentoo-c86bc5648d155231c0b9a7c5a0991c2ccc62133c.zip |
www-apache/mod_authnz_external: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache/mod_authnz_external')
-rw-r--r-- | www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild index 499caf55e844..1ee5ca6c1276 100644 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild +++ b/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils apache-module +inherit apache-module DESCRIPTION="An Apache2 authentication DSO using external programs" HOMEPAGE="https://github.com/phokz/mod-auth-external" |