diff options
| -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 |
