commit:     378bf4f76e7843da4968e3054439c57d544564de
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 05:51:34 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 06:10:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378bf4f7

xorg-3.eclass: Remove unnecessary eutils inherit

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 eclass/xorg-3.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 4577767a77b..734877630be 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -34,8 +34,7 @@ fi
 : ${XORG_MULTILIB:="no"}
 
 # we need to inherit autotools first to get the deps
-inherit autotools eutils libtool multilib toolchain-funcs \
-       flag-o-matic ${GIT_ECLASS}
+inherit autotools libtool multilib toolchain-funcs flag-o-matic ${GIT_ECLASS}
 
 if [[ ${XORG_MULTILIB} == yes ]]; then
        inherit multilib-minimal

Reply via email to