Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465732 - autotools.eclass: _LATEST_AUTOMAKE should include automake 1.13
Summary: autotools.eclass: _LATEST_AUTOMAKE should include automake 1.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-13 01:47 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-04-23 19:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2013-04-13 01:47:18 UTC
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"
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-04-13 20:40:52 UTC
+1
Comment 2 SpanKY gentoo-dev 2013-04-23 19:15:14 UTC
i can't think of a reason why to not make this change, but the documentation needs updating before we change the meaning