commit:     19be9666b3a25df6b6646d3b7948c22143bf1a3b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 20:13:55 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 20:14:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19be9666

xorg-3.eclass: Unset GIT_ECLASS later

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

 eclass/xorg-3.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index f718a95f142e..2ab80b6c0c6d 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -52,7 +52,7 @@ fi
 # we need to inherit autotools first to get the deps
 inherit autotools libtool multilib toolchain-funcs flag-o-matic \
        ${FONT_ECLASS} ${GIT_ECLASS}
-unset FONT_ECLASS GIT_ECLASS
+unset FONT_ECLASS
 
 if [[ ${XORG_MULTILIB} == yes ]]; then
        inherit multilib-minimal
@@ -535,3 +535,5 @@ create_fonts_dir() {
                                -- "${EROOT}/usr/share/fonts/${FONT_DIR}"
        eend $?
 }
+
+unset GIT_ECLASS

Reply via email to