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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0273158086 for ; Tue, 23 Nov 2021 22:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B77E0900; Tue, 23 Nov 2021 22:19:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06CA2E0900 for ; Tue, 23 Nov 2021 22:19:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E604A343295 for ; Tue, 23 Nov 2021 22:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E69B1D8 for ; Tue, 23 Nov 2021 22:19:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637705951.5fe31c02e6c8beec3e72de5e8e30c0d3e0d159e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppcheck/cppcheck-2.4.1.ebuild X-VCS-Directories: dev-util/cppcheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5fe31c02e6c8beec3e72de5e8e30c0d3e0d159e6 X-VCS-Branch: master Date: Tue, 23 Nov 2021 22:19:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e503e65b-0431-4699-8dbf-3c581bef296a X-Archives-Hash: 45e2caade7677ac89bd469aa98af49d1 commit: 5fe31c02e6c8beec3e72de5e8e30c0d3e0d159e6 Author: Alex Margolin nextsilicon com> AuthorDate: Sun Oct 31 11:43:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 23 22:19:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe31c02 dev-util/cppcheck: add a missing dependency from qt5 to 2.4.1 too Bug: https://bugs.gentoo.org/802279 Signed-off-by: Alex Margolin nextsilicon.com> Closes: https://github.com/gentoo/gentoo/pull/22774 Signed-off-by: Sam James gentoo.org> dev-util/cppcheck/cppcheck-2.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cppcheck/cppcheck-2.4.1.ebuild b/dev-util/cppcheck/cppcheck-2.4.1.ebuild index 74102100a3f2..d7892faae5db 100644 --- a/dev-util/cppcheck/cppcheck-2.4.1.ebuild +++ b/dev-util/cppcheck/cppcheck-2.4.1.ebuild @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig + qt5? ( dev-qt/linguist-tools:5 ) z3? ( sci-mathematics/z3 ) "