From: Mikle Kolyada Date: Thu, 28 Mar 2019 18:34:20 +0000 (+0300) Subject: net-proxy/squid: force automake version X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=99008100711737d82990ed04bc9b01b8718785f1;p=gentoo.git net-proxy/squid: force automake version Closes: https://bugs.gentoo.org/681176 Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/net-proxy/squid/squid-3.5.27-r1.ebuild b/net-proxy/squid/squid-3.5.27-r1.ebuild index a81007e75347..ff2d870e4cce 100644 --- a/net-proxy/squid/squid-3.5.27-r1.ebuild +++ b/net-proxy/squid/squid-3.5.27-r1.ebuild @@ -1,7 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 + +WANT_AUTOMAKE="1.15" + inherit autotools linux-info pam toolchain-funcs user DESCRIPTION="A full-featured web proxy cache"