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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E4F1158094 for ; Sat, 6 Aug 2022 02:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58463E0FEA; Sat, 6 Aug 2022 02:55:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 45A65E0FE8 for ; Sat, 6 Aug 2022 02:55:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 33D58340C72 for ; Sat, 6 Aug 2022 02:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87B88551 for ; Sat, 6 Aug 2022 02:55:55 +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: <1659754545.dd7a8a09ad5b3495b07182707c60c01fe9185bcc.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.8.1-r1.ebuild dev-util/cppcheck/cppcheck-2.8.2.ebuild X-VCS-Directories: dev-util/cppcheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dd7a8a09ad5b3495b07182707c60c01fe9185bcc X-VCS-Branch: master Date: Sat, 6 Aug 2022 02:55:55 +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: 7926c26e-9507-4055-9cef-9d43a741b1dc X-Archives-Hash: 4ee645d495bc5a4c0d08890674b7e6cd commit: dd7a8a09ad5b3495b07182707c60c01fe9185bcc Author: Sam James gentoo org> AuthorDate: Sat Aug 6 02:54:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 6 02:55:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7a8a09 dev-util/cppcheck: add missing DISTUTILS_DEPS Signed-off-by: Sam James gentoo.org> dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild | 1 + dev-util/cppcheck/cppcheck-2.8.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild b/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild index 9ef2ad93ab6c..65e6622d41f2 100644 --- a/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild +++ b/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild @@ -44,6 +44,7 @@ BDEPEND=" app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig + htmlreport? ( ${DISTUTILS_DEPS} ) qt5? ( dev-qt/linguist-tools:5 ) test? ( htmlreport? ( diff --git a/dev-util/cppcheck/cppcheck-2.8.2.ebuild b/dev-util/cppcheck/cppcheck-2.8.2.ebuild index 9ef2ad93ab6c..65e6622d41f2 100644 --- a/dev-util/cppcheck/cppcheck-2.8.2.ebuild +++ b/dev-util/cppcheck/cppcheck-2.8.2.ebuild @@ -44,6 +44,7 @@ BDEPEND=" app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig + htmlreport? ( ${DISTUTILS_DEPS} ) qt5? ( dev-qt/linguist-tools:5 ) test? ( htmlreport? (