Currently packages, which use default WANT_AUTOMAKE="latest", are forced to depend on "|| ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 )" even if they work with automake 1.13. --- autotools.eclass +++ autotools.eclass @@ -43,7 +43,7 @@ # 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.11.1:1.11 1.12:1.12 ) +_LATEST_AUTOMAKE=( 1.11.1:1.11 1.12:1.12 1.13:1.13 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf"
+1
i can't think of a reason why to not make this change, but the documentation needs updating before we change the meaning
http://sources.gentoo.org/eclass/autotools.eclass?r1=1.152&r2=1.153