diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-02 13:13:55 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-02 13:14:18 -0700 |
commit | 19be9666b3a25df6b6646d3b7948c22143bf1a3b (patch) | |
tree | 6daead205407cdc1b8509c69f744202438f0e76e /eclass/xorg-3.eclass | |
parent | media-libs/freetype: Stabilize 2.11.1 sparc, #836581 (diff) | |
download | gentoo-19be9666b3a25df6b6646d3b7948c22143bf1a3b.tar.gz gentoo-19be9666b3a25df6b6646d3b7948c22143bf1a3b.tar.bz2 gentoo-19be9666b3a25df6b6646d3b7948c22143bf1a3b.zip |
xorg-3.eclass: Unset GIT_ECLASS later
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass/xorg-3.eclass')
-rw-r--r-- | eclass/xorg-3.eclass | 4 |
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 |