From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9E7D139083 for ; Thu, 21 Dec 2017 20:44:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45D69E0FAA; Thu, 21 Dec 2017 20:44:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2373BE0FAA for ; Thu, 21 Dec 2017 20:44:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50D9533BF51 for ; Thu, 21 Dec 2017 20:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17D54AE7F for ; Thu, 21 Dec 2017 20:44:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513889060.ebf698531c4caf84e21448606960c058203ada37.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/frescobaldi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/frescobaldi/frescobaldi-3.0.0.ebuild X-VCS-Directories: media-sound/frescobaldi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ebf698531c4caf84e21448606960c058203ada37 X-VCS-Branch: master Date: Thu, 21 Dec 2017 20:44:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6ac7be9a-acf3-4231-a292-f4bbf04443d3 X-Archives-Hash: 32edb458a2c302c6fce784d539564c3a commit: ebf698531c4caf84e21448606960c058203ada37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 20:44:20 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 20:44:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf69853 media-sound/frescobaldi: Add missing use-dep Closes: https://bugs.gentoo.org/641968 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 d6cb86b3d46..5f367834aa3 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[svg,${PYTHON_USEDEP}] + dev-python/PyQt5[printsupport,svg,${PYTHON_USEDEP}] >=dev-python/python-ly-0.9.4[${PYTHON_USEDEP}] dev-python/python-poppler-qt5[${PYTHON_USEDEP}] >=media-sound/lilypond-2.14.2"