diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:05:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:09 +0100 |
commit | c0f4ce486895fbc499894581b251ff9917f3299c (patch) | |
tree | e3645c42d57f61d7de9c72e13bc902636be80865 /www-apache | |
parent | www-apache/mod_fcgid: eutils-- (diff) | |
download | gentoo-c0f4ce486895fbc499894581b251ff9917f3299c.tar.gz gentoo-c0f4ce486895fbc499894581b251ff9917f3299c.tar.bz2 gentoo-c0f4ce486895fbc499894581b251ff9917f3299c.zip |
www-apache/mod_log_sql: 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_log_sql/mod_log_sql-1.101-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild b/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild index 0ffe17b300e7..d64a1d825f69 100644 --- a/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild +++ b/www-apache/mod_log_sql/mod_log_sql-1.101-r2.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 apache-module eutils +inherit apache-module epatch DESCRIPTION="An Apache module for logging to an SQL (MySQL) database" HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_log_sql/" |