Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 11 Mar 2019 06:10:26
Message-Id: 1552284607.378bf4f76e7843da4968e3054439c57d544564de.mattst88@gentoo
1 commit: 378bf4f76e7843da4968e3054439c57d544564de
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 05:51:34 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 06:10:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378bf4f7
7
8 xorg-3.eclass: Remove unnecessary eutils inherit
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 eclass/xorg-3.eclass | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
16 index 4577767a77b..734877630be 100644
17 --- a/eclass/xorg-3.eclass
18 +++ b/eclass/xorg-3.eclass
19 @@ -34,8 +34,7 @@ fi
20 : ${XORG_MULTILIB:="no"}
21
22 # we need to inherit autotools first to get the deps
23 -inherit autotools eutils libtool multilib toolchain-funcs \
24 - flag-o-matic ${GIT_ECLASS}
25 +inherit autotools libtool multilib toolchain-funcs flag-o-matic ${GIT_ECLASS}
26
27 if [[ ${XORG_MULTILIB} == yes ]]; then
28 inherit multilib-minimal