diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-28 21:34:20 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-28 21:34:36 +0300 |
commit | 99008100711737d82990ed04bc9b01b8718785f1 (patch) | |
tree | 46f8fef5addf8deb65753be81fe751498075f24f /net-proxy | |
parent | dev-python/ioflo: Version bump to 1.7.5 (diff) | |
download | gentoo-99008100711737d82990ed04bc9b01b8718785f1.tar.gz gentoo-99008100711737d82990ed04bc9b01b8718785f1.tar.bz2 gentoo-99008100711737d82990ed04bc9b01b8718785f1.zip |
net-proxy/squid: force automake version
Closes: https://bugs.gentoo.org/681176
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squid/squid-3.5.27-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |