diff options
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 1a4bc954cbb2..b386654c8328 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -118,9 +118,7 @@ fi # versions in *DEPEND format. AUTOTOOLS_DEPEND="${_automake_atom} ${_autoconf_atom} - ${_libtool_atom} - sys-apps/gawk -" + ${_libtool_atom}" RDEPEND="" # @ECLASS-VARIABLE: AUTOTOOLS_AUTO_DEPEND |