Skip to content

Commit

Permalink
autotools.eclass: Update dependency for autoconf-2.13.
Browse files Browse the repository at this point in the history
Bug: 560484
  • Loading branch information
ulm committed Sep 14, 2015
1 parent 6f3324b commit ea03408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/autotools.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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}'" ;;
Expand Down

0 comments on commit ea03408

Please sign in to comment.