Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 26 May 2018 20:30:55
Message-Id: 1527366586.0f65e2f961b2771dc5b627e4d2fc15a863849289.mattst88@gentoo
1 commit: 0f65e2f961b2771dc5b627e4d2fc15a863849289
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 19:52:46 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 20:29:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f65e2f9
7
8 xorg-2.eclass: Always install iso8859-1
9
10 Closes: https://bugs.gentoo.org/357331
11 Closes: https://bugs.gentoo.org/368335
12 Closes: https://bugs.gentoo.org/651046
13
14 eclass/xorg-2.eclass | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
18 index 9322e1aebce..889031c01fc 100644
19 --- a/eclass/xorg-2.eclass
20 +++ b/eclass/xorg-2.eclass
21 @@ -364,7 +364,8 @@ xorg-2_font_configure() {
22 if has nls ${IUSE//+} && ! use nls; then
23 if grep -q -s "disable-all-encodings" ${ECONF_SOURCE:-.}/configure; then
24 FONT_OPTIONS+="
25 - --disable-all-encodings"
26 + --disable-all-encodings
27 + --enable-iso8859-1"
28 else
29 FONT_OPTIONS+="
30 --disable-iso8859-2