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 3E1E4138359 for ; Sat, 5 Sep 2020 23:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72EF2E084A; Sat, 5 Sep 2020 23:46:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1EF98E084A for ; Sat, 5 Sep 2020 23:46:58 +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 2D6BA335DC2 for ; Sat, 5 Sep 2020 23:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2DCE2D2 for ; Sat, 5 Sep 2020 23:46:55 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1599349567.f375bca3493e62aa554b7c399568e49e08731f26.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/valgrind/valgrind-3.16.1.ebuild X-VCS-Directories: dev-util/valgrind/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f375bca3493e62aa554b7c399568e49e08731f26 X-VCS-Branch: master Date: Sat, 5 Sep 2020 23:46: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: 279d29b6-a3be-418e-b3b7-590773d7a577 X-Archives-Hash: 502304e6e0cc20af3a0a02c78adda22a commit: f375bca3493e62aa554b7c399568e49e08731f26 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Sep 5 23:46:07 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Sep 5 23:46:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f375bca3 dev-util/valgrind: x86 stable (bug #739736) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> dev-util/valgrind/valgrind-3.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/valgrind/valgrind-3.16.1.ebuild b/dev-util/valgrind/valgrind-3.16.1.ebuild index 33873a0e69c..f1b8c4bdb0f 100644 --- a/dev-util/valgrind/valgrind-3.16.1.ebuild +++ b/dev-util/valgrind/valgrind-3.16.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2" - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" fi DEPEND="mpi? ( virtual/mpi )"