commit: 0f65e2f961b2771dc5b627e4d2fc15a863849289 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat May 26 19:52:46 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat May 26 20:29:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f65e2f9
xorg-2.eclass: Always install iso8859-1 Closes: https://bugs.gentoo.org/357331 Closes: https://bugs.gentoo.org/368335 Closes: https://bugs.gentoo.org/651046 eclass/xorg-2.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 9322e1aebce..889031c01fc 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -364,7 +364,8 @@ xorg-2_font_configure() { if has nls ${IUSE//+} && ! use nls; then if grep -q -s "disable-all-encodings" ${ECONF_SOURCE:-.}/configure; then FONT_OPTIONS+=" - --disable-all-encodings" + --disable-all-encodings + --enable-iso8859-1" else FONT_OPTIONS+=" --disable-iso8859-2
