summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-04-02 13:13:55 -0700
committerMatt Turner <mattst88@gentoo.org>2022-04-02 13:14:18 -0700
commit19be9666b3a25df6b6646d3b7948c22143bf1a3b (patch)
tree6daead205407cdc1b8509c69f744202438f0e76e
parentmedia-libs/freetype: Stabilize 2.11.1 sparc, #836581 (diff)
downloadgentoo-19be9666.tar.gz
gentoo-19be9666.tar.bz2
gentoo-19be9666.zip
xorg-3.eclass: Unset GIT_ECLASS later
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--eclass/xorg-3.eclass4
1 files changed, 3 insertions, 1 deletions
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