Skip to content

Commit

Permalink
autotools.eclass: add explicit GNU awk dependency
Browse files Browse the repository at this point in the history
autotools_check_macro_val specifically requires
GNU awk (sys-apps/gawk) rather than any awk (virtual/awk).

Closes: https://bugs.gentoo.org/584254
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 11, 2021
1 parent 6f8e266 commit 307c855
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclass/autotools.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ fi
# versions in *DEPEND format.
AUTOTOOLS_DEPEND="${_automake_atom}
${_autoconf_atom}
${_libtool_atom}"
${_libtool_atom}
sys-apps/gawk
"
RDEPEND=""

# @ECLASS-VARIABLE: AUTOTOOLS_AUTO_DEPEND
Expand Down

0 comments on commit 307c855

Please sign in to comment.