diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:32:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:55 +0100 |
commit | 2aedfe1ccff07e20d56bc37f53ee72174efdf602 (patch) | |
tree | fa065a47ea94240845ecb106eae5a74853fc8b3a /net-proxy | |
parent | net-proxy/haproxy-dataplaneapi: drop superfluous die (diff) | |
download | gentoo-2aedfe1ccff07e20d56bc37f53ee72174efdf602.tar.gz gentoo-2aedfe1ccff07e20d56bc37f53ee72174efdf602.tar.bz2 gentoo-2aedfe1ccff07e20d56bc37f53ee72174efdf602.zip |
net-proxy/havp: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/havp/havp-0.92a-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/havp/havp-0.92a-r2.ebuild b/net-proxy/havp/havp-0.92a-r2.ebuild index 973a5a81aee3..1ff90bd402eb 100644 --- a/net-proxy/havp/havp-0.92a-r2.ebuild +++ b/net-proxy/havp/havp-0.92a-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils toolchain-funcs user +inherit autotools epatch toolchain-funcs user DESCRIPTION="HTTP AntiVirus Proxy" HOMEPAGE="http://www.server-side.de/" |