commit: ea03408c083647a575ee5e256b6ce73e556fcca5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 19:11:19 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 21:08:23 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea03408c
autotools.eclass: Update dependency for autoconf-2.13.
Bug: 560484
eclass/autotools.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 7c82efc..54e5d03 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}'" ;;