diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-13 12:35:49 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-13 12:37:49 +0200 |
commit | 9d8bc00ab64d448863733ecbba9d2f69f96c1889 (patch) | |
tree | eb8712dd7aad6b1bb6b4f421a2f28d935ee1fa83 /eclass/autotools.eclass | |
parent | net-print/gutenprint: stable 5.2.13 for hppa, bug #641342 (diff) | |
download | gentoo-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/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 2 |
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" |