commit: 133394a83a7177930219bdd90641f25820909248 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 24 12:35:04 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 24 12:35:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133394a8
media-sound/frescobaldi: Add missing use-deps Reported-by: Jean-Claude Repetto <jrepetto <AT> 9online.fr> Closes: https://bugs.gentoo.org/642058 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-sound/frescobaldi/frescobaldi-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild b/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild index 5f367834aa3..6d845d5ce2c 100644 --- a/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild +++ b/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild @@ -17,7 +17,7 @@ IUSE="" # portmidi? ( media-libs/portmidi[${PYTHON_USEDEP}] ) # bug 550820 DEPEND=" - dev-python/PyQt5[printsupport,svg,${PYTHON_USEDEP}] + dev-python/PyQt5[gui,network,printsupport,svg,webkit,widgets,${PYTHON_USEDEP}] >=dev-python/python-ly-0.9.4[${PYTHON_USEDEP}] dev-python/python-poppler-qt5[${PYTHON_USEDEP}] >=media-sound/lilypond-2.14.2"
