diff options
-rw-r--r-- | eclass/xorg-3.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass index 41732e289b94..d5dadbad3f54 100644 --- a/eclass/xorg-3.eclass +++ b/eclass/xorg-3.eclass @@ -25,7 +25,7 @@ GIT_ECLASS="" if [[ ${PV} == *9999* ]]; then GIT_ECLASS="git-r3" - XORG_EAUTORECONF="yes" + : ${XORG_EAUTORECONF:="yes"} fi # If we're a font package, but not the font.alias one |