diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-05-26 12:52:46 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-26 13:29:46 -0700 |
commit | 0f65e2f961b2771dc5b627e4d2fc15a863849289 (patch) | |
tree | 1c7a9692e1cf38b36a41fd029b4758b841637288 /eclass/xorg-2.eclass | |
parent | x11-apps/xmag: Drop old versions (diff) | |
download | gentoo-0f65e2f961b2771dc5b627e4d2fc15a863849289.tar.gz gentoo-0f65e2f961b2771dc5b627e4d2fc15a863849289.tar.bz2 gentoo-0f65e2f961b2771dc5b627e4d2fc15a863849289.zip |
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
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
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 |