Skip to content

Commit

Permalink
dev-qt/qtwebengine: add missing USE dependency
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/638872
Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
kensington committed Dec 10, 2017
1 parent 134208f commit fb114b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ RDEPEND="
pulseaudio? ( media-sound/pulseaudio:= )
system-ffmpeg? ( media-video/ffmpeg:0= )
system-icu? ( dev-libs/icu:= )
widgets? ( ~dev-qt/qtwidgets-${PV} )
widgets? (
~dev-qt/qtdeclarative-${PV}[widgets]
~dev-qt/qtwidgets-${PV}
)
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
Expand Down

0 comments on commit fb114b9

Please sign in to comment.