diff options
author | Sam James <sam@gentoo.org> | 2023-12-27 19:52:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-27 20:57:09 +0000 |
commit | 231ef1261161871334dd6d9abc92b8859e29587c (patch) | |
tree | c4d5c4a195937b211305110bb4a25eeb8371f7dc /eclass/autotools.eclass | |
parent | sys-devel/automake: add bump notes (diff) | |
download | gentoo-231ef1261161871334dd6d9abc92b8859e29587c.tar.gz gentoo-231ef1261161871334dd6d9abc92b8859e29587c.tar.bz2 gentoo-231ef1261161871334dd6d9abc92b8859e29587c.zip |
autotools.eclass: drop 2.13/2.69 from _WANT_AUTOCONF
If people want/need these, they should explicitly state it in the ebuild (although
please port to a newer version!)
Otherwise, we're going to be saying that autoconf-2.13 and such could satisfy
all ebuilds unless they explicitly say something else which is rather unlikely.
Signed-off-by: Sam James <sam@gentoo.org>
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 5c266c701e25..7f48c78739c7 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -72,7 +72,7 @@ inherit gnuconfig 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_AUTOCONF> -_LATEST_AUTOCONF=( 2.72-r1:2.72 2.71-r7:2.71 2.71-r6:2.71 2.69-r9:2.69 2.13-r8:2.1 ) +_LATEST_AUTOCONF=( 2.72-r1:2.72 2.71-r6:2.71 ) # @ECLASS_VARIABLE: _LATEST_AUTOMAKE # @INTERNAL |