diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 00:43:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:41 +0100 |
commit | d862d9976847cbd5dd24e6aa3b08cee330b2e345 (patch) | |
tree | 7795335a129afa699cea6e93bdd9023057fad7ba /www-apache | |
parent | sys-process/psinfo: eutils-- (diff) | |
download | gentoo-d862d9976847cbd5dd24e6aa3b08cee330b2e345.tar.gz gentoo-d862d9976847cbd5dd24e6aa3b08cee330b2e345.tar.bz2 gentoo-d862d9976847cbd5dd24e6aa3b08cee330b2e345.zip |
www-apache/libapreq2: add explicit epatch inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/libapreq2/libapreq2-2.13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/libapreq2/libapreq2-2.13-r1.ebuild b/www-apache/libapreq2/libapreq2-2.13-r1.ebuild index cf5812b4cd01..8a4890686cf9 100644 --- a/www-apache/libapreq2/libapreq2-2.13-r1.ebuild +++ b/www-apache/libapreq2/libapreq2-2.13-r1.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 perl-module multilib +inherit apache-module epatch perl-module multilib DESCRIPTION="A library for manipulating client request data via the Apache API" SRC_URI="mirror://apache/httpd/libapreq/${P}.tar.gz" |