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: Sat, 02 Apr 2022 20:14:27
Message-Id: 1648930458.19be9666b3a25df6b6646d3b7948c22143bf1a3b.mattst88@gentoo
1 commit: 19be9666b3a25df6b6646d3b7948c22143bf1a3b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 20:13:55 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 20:14:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19be9666
7
8 xorg-3.eclass: Unset GIT_ECLASS later
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 eclass/xorg-3.eclass | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
16 index f718a95f142e..2ab80b6c0c6d 100644
17 --- a/eclass/xorg-3.eclass
18 +++ b/eclass/xorg-3.eclass
19 @@ -52,7 +52,7 @@ fi
20 # we need to inherit autotools first to get the deps
21 inherit autotools libtool multilib toolchain-funcs flag-o-matic \
22 ${FONT_ECLASS} ${GIT_ECLASS}
23 -unset FONT_ECLASS GIT_ECLASS
24 +unset FONT_ECLASS
25
26 if [[ ${XORG_MULTILIB} == yes ]]; then
27 inherit multilib-minimal
28 @@ -535,3 +535,5 @@ create_fonts_dir() {
29 -- "${EROOT}/usr/share/fonts/${FONT_DIR}"
30 eend $?
31 }
32 +
33 +unset GIT_ECLASS