diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-10 22:51:34 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-10 23:10:07 -0700 |
commit | 378bf4f76e7843da4968e3054439c57d544564de (patch) | |
tree | 3df94b7bdbd7a8a9c5e3581b03d4b461e366a6f8 /eclass/xorg-3.eclass | |
parent | dev-qt/qtspeech: improve patch avoiding build failure with no qtgui (diff) | |
download | gentoo-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/xorg-3.eclass')
-rw-r--r-- | eclass/xorg-3.eclass | 3 |
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 |