summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-05-13 12:35:49 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-05-13 12:37:49 +0200
commit9d8bc00ab64d448863733ecbba9d2f69f96c1889 (patch)
treeeb8712dd7aad6b1bb6b4f421a2f28d935ee1fa83 /eclass
parentnet-print/gutenprint: stable 5.2.13 for hppa, bug #641342 (diff)
downloadgentoo-9d8bc00ab64d448863733ecbba9d2f69f96c1889.tar.gz
gentoo-9d8bc00ab64d448863733ecbba9d2f69f96c1889.tar.bz2
gentoo-9d8bc00ab64d448863733ecbba9d2f69f96c1889.zip
autotools.eclass: Added v1.16.1 to _LATEST_AUTOMAKE array.
Closes: https://bugs.gentoo.org/655326
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 3c55a5c464af..ea85e73a8042 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -59,7 +59,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: <PV>:<WANT_AUTOMAKE>
-_LATEST_AUTOMAKE=( 1.16:1.16 1.15.1:1.15 )
+_LATEST_AUTOMAKE=( 1.16.1:1.16 1.15.1:1.15 )
_automake_atom="sys-devel/automake"
_autoconf_atom="sys-devel/autoconf"