diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:05:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:04 +0100 |
commit | 4943b8af86b7663189183f2891f790bf86c57d15 (patch) | |
tree | a9e3aa7f94bbeed1d0f6c56c1449dd2c8718b1f3 /www-apache | |
parent | www-apache/mod_auth_radius: eutils->epatch (diff) | |
download | gentoo-4943b8af86b7663189183f2891f790bf86c57d15.tar.gz gentoo-4943b8af86b7663189183f2891f790bf86c57d15.tar.bz2 gentoo-4943b8af86b7663189183f2891f790bf86c57d15.zip |
www-apache/mod_auth_tkt: 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_tkt/mod_auth_tkt-2.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild b/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild index 7b9bb46132f7..e7ec743532d2 100644 --- a/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild +++ b/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 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="Apache module for cookie based authentication" HOMEPAGE="http://www.openfusion.com.au/labs/mod_auth_tkt/" |