mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user