commit: bb511b0e69c934ae5575c5386da9556c2af54124 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sun Mar 19 00:32:48 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Mar 19 00:33:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb511b0e
profiles: enable media-libs/libvpx[svc] in plasma profile It's required by qtwebengine. profiles/targets/desktop/plasma/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index fab72ddba1a..a35ace3326c 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -56,6 +56,9 @@ dev-qt/qtwayland:5 egl # Required by app-office/libreoffice media-libs/phonon designer +# Required by dev-qt/qtwebengine +media-libs/libvpx svc + # Allow certain KDE 4 components to be coinstalled with Plasma 5 kde-apps/solid-runtime -bluetooth kde-frameworks/baloo minimal
