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 C705815808C for ; Mon, 14 Feb 2022 10:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CD1CE086E; Mon, 14 Feb 2022 10:35:23 +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 E06E5E086E for ; Mon, 14 Feb 2022 10:35: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 CC7FB342DF1 for ; Mon, 14 Feb 2022 10:35:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC2DF2B8 for ; Mon, 14 Feb 2022 10:35:19 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1644834903.1423e7d529d295232ed0dc90725ad2b74031f8dc.jsmolic@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.6.3.ebuild X-VCS-Directories: dev-util/cppcheck/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 1423e7d529d295232ed0dc90725ad2b74031f8dc X-VCS-Branch: master Date: Mon, 14 Feb 2022 10:35: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: 58ffbd4c-d682-4504-bd9f-3e94f55864a4 X-Archives-Hash: 0caa8b948dd1a8e45826f641ed8f62e5 commit: 1423e7d529d295232ed0dc90725ad2b74031f8dc Author: Jakov Smolić gentoo org> AuthorDate: Mon Feb 14 10:35:03 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Feb 14 10:35:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1423e7d5 dev-util/cppcheck: Stabilize 2.6.3 x86, #830400 Signed-off-by: Jakov Smolić gentoo.org> dev-util/cppcheck/cppcheck-2.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cppcheck/cppcheck-2.6.3.ebuild b/dev-util/cppcheck/cppcheck-2.6.3.ebuild index facf4c87067f..50d04f665553 100644 --- a/dev-util/cppcheck/cppcheck-2.6.3.ebuild +++ b/dev-util/cppcheck/cppcheck-2.6.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/danmar/cppcheck/archive/refs/tags/${PV}.tar.gz -> ${ LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 sparc x86" IUSE="htmlreport pcre qt5 test +z3" RESTRICT="!test? ( test )"