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 AE7E6139083 for ; Thu, 23 Nov 2017 21:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBDBFE0E08; Thu, 23 Nov 2017 21:44:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4BDBE0E0F for ; Thu, 23 Nov 2017 21:44:41 +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 15F9833C770 for ; Thu, 23 Nov 2017 21:44:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A50A6A52A for ; Thu, 23 Nov 2017 21:44:38 +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: <1511473445.1d734d8d18716665da14f336b3b148aa37796ea9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppcheck/cppcheck-1.81.ebuild dev-util/cppcheck/cppcheck-9999.ebuild X-VCS-Directories: dev-util/cppcheck/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1d734d8d18716665da14f336b3b148aa37796ea9 X-VCS-Branch: master Date: Thu, 23 Nov 2017 21:44:38 +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: c270106b-afa4-45e2-87eb-9fb71459af14 X-Archives-Hash: 3150d5ba6defe1cab99849ba0c7311bb commit: 1d734d8d18716665da14f336b3b148aa37796ea9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 23 21:43:16 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 23 21:44:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d734d8d dev-util/cppcheck: Add missing Qt5 deps Closes: https://bugs.gentoo.org/638590 Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-util/cppcheck/cppcheck-1.81.ebuild | 6 +++++- dev-util/cppcheck/cppcheck-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-util/cppcheck/cppcheck-1.81.ebuild b/dev-util/cppcheck/cppcheck-1.81.ebuild index c1c281e82e2..4bdd238b7e0 100644 --- a/dev-util/cppcheck/cppcheck-1.81.ebuild +++ b/dev-util/cppcheck/cppcheck-1.81.ebuild @@ -20,7 +20,11 @@ RDEPEND=" >=dev-libs/tinyxml2-2 htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] ) pcre? ( dev-libs/libpcre ) - qt5? ( dev-qt/qtgui:5 ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + ) " DEPEND="${RDEPEND} app-text/docbook-xsl-stylesheets diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild index 9d1b60c1c4b..4ed390f176f 100644 --- a/dev-util/cppcheck/cppcheck-9999.ebuild +++ b/dev-util/cppcheck/cppcheck-9999.ebuild @@ -20,7 +20,11 @@ RDEPEND=" >=dev-libs/tinyxml2-2 htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] ) pcre? ( dev-libs/libpcre ) - qt5? ( dev-qt/qtgui:5 ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + ) " DEPEND="${RDEPEND} app-text/docbook-xsl-stylesheets