From: Matt Turner Date: Sat, 26 May 2018 19:52:46 +0000 (-0700) Subject: xorg-2.eclass: Always install iso8859-1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0f65e2f961b2771dc5b627e4d2fc15a863849289;p=gentoo.git 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 --- diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 9322e1aebce2..889031c01fc1 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