commit:     269ac913ff35e9f48124292a896665e5c576733b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  1 15:35:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  1 15:35:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269ac913

xorg-3.eclass: don't override XORG_EAUTORECONF from ebuilds in 9999

Closes: https://bugs.gentoo.org/827941
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/xorg-3.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to