From 223ccb8337cbd014d5404253520c7ab1b9c00a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Mon, 14 Sep 2015 21:11:19 +0200 Subject: [PATCH] autotools.eclass: Update dependency for autoconf-2.13. Bug: https://bugs.gentoo.org/show_bug.cgi?id=560484 --- .../src/third_party/portage-stable/eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass b/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass index 481a18a190..782c77ca6e 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass +++ b/sdk_container/src/third_party/portage-stable/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}'" ;;