diff options
-rw-r--r-- | eclass/autotools.eclass | 4 |
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 |