Skip to content

Commit

Permalink
dev-qt/qt-creator: stop enabling USE=webengine by default
Browse files Browse the repository at this point in the history
QtWebEngine is a very large dependency and the built-in
backends (litehtml and QTextBrowser) are normally enough.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Davide Pesavento <[email protected]>
  • Loading branch information
Pesa committed Jul 11, 2020
1 parent 2ac3425 commit 31e7bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-qt/qt-creator/qt-creator-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ QTC_PLUGINS=(android +autotest autotools:autotoolsprojectmanager baremetal bazaa
lsp:languageclient mcu:mcusupport mercurial modeling:modeleditor nim perforce perfprofiler python
qbs:qbsprojectmanager +qmldesigner qmlprofiler qnx remotelinux scxml:scxmleditor serialterminal
silversearcher subversion valgrind webassembly winrt)
IUSE="doc systemd test +webengine ${QTC_PLUGINS[@]%:*}"
IUSE="doc systemd test webengine ${QTC_PLUGINS[@]%:*}"
RESTRICT="!test? ( test )"
REQUIRED_USE="
boot2qt? ( remotelinux )
Expand Down

0 comments on commit 31e7bec

Please sign in to comment.