summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-03-10 22:51:34 -0700
committerMatt Turner <mattst88@gentoo.org>2019-03-10 23:10:07 -0700
commit378bf4f76e7843da4968e3054439c57d544564de (patch)
tree3df94b7bdbd7a8a9c5e3581b03d4b461e366a6f8 /eclass
parentdev-qt/qtspeech: improve patch avoiding build failure with no qtgui (diff)
downloadgentoo-378bf4f76e7843da4968e3054439c57d544564de.tar.gz
gentoo-378bf4f76e7843da4968e3054439c57d544564de.tar.bz2
gentoo-378bf4f76e7843da4968e3054439c57d544564de.zip
xorg-3.eclass: Remove unnecessary eutils inherit
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-3.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 4577767a77b1..734877630bef 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