Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 01 Dec 2021 15:35:44
Message-Id: 1638372917.269ac913ff35e9f48124292a896665e5c576733b.sam@gentoo
1 commit: 269ac913ff35e9f48124292a896665e5c576733b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 1 15:35:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 15:35:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269ac913
7
8 xorg-3.eclass: don't override XORG_EAUTORECONF from ebuilds in 9999
9
10 Closes: https://bugs.gentoo.org/827941
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 eclass/xorg-3.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
17 index 41732e289b94..d5dadbad3f54 100644
18 --- a/eclass/xorg-3.eclass
19 +++ b/eclass/xorg-3.eclass
20 @@ -25,7 +25,7 @@
21 GIT_ECLASS=""
22 if [[ ${PV} == *9999* ]]; then
23 GIT_ECLASS="git-r3"
24 - XORG_EAUTORECONF="yes"
25 + : ${XORG_EAUTORECONF:="yes"}
26 fi
27
28 # If we're a font package, but not the font.alias one