app-doc/kicad-doc: change IUSE default to +html, not +pdf in 6.0.0_rc1

... because we can't build +pdf right now due to an unpackaged dep.

Bug: https://bugs.gentoo.org/827290
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-11-26 10:44:49 +00:00
parent 6d24980ccc
commit b65ae6bff3

View File

@@ -23,7 +23,8 @@ fi
LICENSE="|| ( GPL-3+ CC-BY-3.0 ) GPL-2"
SLOT="0"
IUSE="html +pdf"
# TODO: Change default back to +df once asciidoctor-pdf is packaged
IUSE="+html pdf"
LANG_USE=" l10n_ca l10n_de l10n_en l10n_es l10n_fr l10n_id l10n_it l10n_ja l10n_pl l10n_ru l10n_zh"
IUSE+=${LANG_USE}