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 710AF138334 for ; Thu, 3 Jan 2019 09:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B71E09C6; Thu, 3 Jan 2019 09:27:55 +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 CB1D7E089C for ; Thu, 3 Jan 2019 09:27:54 +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 A51D0335D07 for ; Thu, 3 Jan 2019 09:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 623C9503 for ; Thu, 3 Jan 2019 09:27:51 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1546507663.d6d0dc5753539fecd0e05970bc2e298a1c0a5de3.slyfox@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.86.ebuild X-VCS-Directories: dev-util/cppcheck/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d6d0dc5753539fecd0e05970bc2e298a1c0a5de3 X-VCS-Branch: master Date: Thu, 3 Jan 2019 09:27:51 +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: 84ae5452-9eb4-4789-866c-99eba26f19cf X-Archives-Hash: a76e2df059d6da1752765f285b53fb4f commit: d6d0dc5753539fecd0e05970bc2e298a1c0a5de3 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Jan 3 04:45:37 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jan 3 09:27:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d0dc57 dev-util/cppcheck: stable 1.86 for sparc, bug #674326 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/cppcheck/cppcheck-1.86.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cppcheck/cppcheck-1.86.ebuild b/dev-util/cppcheck/cppcheck-1.86.ebuild index 70349700e04..e64e80f033f 100644 --- a/dev-util/cppcheck/cppcheck-1.86.ebuild +++ b/dev-util/cppcheck/cppcheck-1.86.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/danmar/cppcheck/archive/${PV}.tar.gz -> ${P}.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" RDEPEND="