diff options
author | Sam James <sam@gentoo.org> | 2021-12-01 15:35:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-01 15:35:17 +0000 |
commit | 269ac913ff35e9f48124292a896665e5c576733b (patch) | |
tree | 8fd478b55dc16aed8c6907c0d8c926c986ee9644 /eclass | |
parent | sys-libs/glibc: make non-functional changes to clone3 patch (diff) | |
download | gentoo-269ac913ff35e9f48124292a896665e5c576733b.tar.gz gentoo-269ac913ff35e9f48124292a896665e5c576733b.tar.bz2 gentoo-269ac913ff35e9f48124292a896665e5c576733b.zip |
xorg-3.eclass: don't override XORG_EAUTORECONF from ebuilds in 9999
Closes: https://bugs.gentoo.org/827941
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-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 |