From f8891c56836edbaf96995eb73cc2e6f429f19127 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 26 Feb 2018 03:32:05 +0100 Subject: [PATCH] autotools.eclass: bump min automake to 1.15.1 --- eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 988b23eba8261..9766442885832 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -55,7 +55,7 @@ inherit libtool # Do NOT change this variable in your ebuilds! # If you want to force a newer minor version, you can specify the correct # WANT value by using a colon: : -_LATEST_AUTOMAKE=( 1.15:1.15 1.16:1.16 ) +_LATEST_AUTOMAKE=( 1.15.1:1.15 1.16:1.16 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf"