summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 23:51:35 +0000
committerSam James <sam@gentoo.org>2021-04-11 20:59:54 +0000
commit307c855dc6d7842098fae8738a7a5228670a71f6 (patch)
tree694b0f28d6673a1e11be3fc15ee7b08283a548eb /eclass
parentautotools.eclass: document AUTOTOOLS_DEPEND (diff)
downloadgentoo-307c855dc6d7842098fae8738a7a5228670a71f6.tar.gz
gentoo-307c855dc6d7842098fae8738a7a5228670a71f6.tar.bz2
gentoo-307c855dc6d7842098fae8738a7a5228670a71f6.zip
autotools.eclass: add explicit GNU awk dependency
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 <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 8cf09f08d2f9..ab62584a5b79 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -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