diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-09-14 21:11:19 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-09-14 23:08:23 +0200 |
commit | ea03408c083647a575ee5e256b6ce73e556fcca5 (patch) | |
tree | d7ae072d67357991a34820047d8c38787efa774e /eclass | |
parent | dev-db/mariadb: Version bump for 10.1 release candidate (diff) | |
download | gentoo-ea03408c083647a575ee5e256b6ce73e556fcca5.tar.gz gentoo-ea03408c083647a575ee5e256b6ce73e556fcca5.tar.bz2 gentoo-ea03408c083647a575ee5e256b6ce73e556fcca5.zip |
autotools.eclass: Update dependency for autoconf-2.13.
Bug: 560484
Diffstat (limited to '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 7c82efcb16f5..54e5d038af08 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -82,7 +82,7 @@ fi if [[ -n ${WANT_AUTOCONF} ]] ; then case ${WANT_AUTOCONF} in none) _autoconf_atom="" ;; # some packages don't require autoconf at all - 2.1) _autoconf_atom="=sys-devel/autoconf-${WANT_AUTOCONF}*" ;; + 2.1) _autoconf_atom="~sys-devel/autoconf-2.13" ;; # if you change the "latest" version here, change also autotools_env_setup latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.69" ;; *) die "Invalid WANT_AUTOCONF value '${WANT_AUTOCONF}'" ;; |