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 78E5B138334 for ; Thu, 18 Apr 2019 20:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D0CCE0A63; Thu, 18 Apr 2019 20:32:16 +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 8065CE0A5E for ; Thu, 18 Apr 2019 20:32:16 +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 4EC283418CF for ; Thu, 18 Apr 2019 20:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 764765CB for ; Thu, 18 Apr 2019 20:32:11 +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: <1555619517.5937280d28383acd298b0fdb1478b58836145b87.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.14.0.ebuild X-VCS-Directories: dev-util/valgrind/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5937280d28383acd298b0fdb1478b58836145b87 X-VCS-Branch: master Date: Thu, 18 Apr 2019 20:32:11 +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: 6cbaf2a7-a0e6-474a-9a32-a9520679abcc X-Archives-Hash: dd53e8bd624089a2f5c78b8565665ea2 commit: 5937280d28383acd298b0fdb1478b58836145b87 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 18 20:22:28 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 18 20:31:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5937280d dev-util/valgrind: x86 stable (bug #683740) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-util/valgrind/valgrind-3.14.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/valgrind/valgrind-3.14.0.ebuild b/dev-util/valgrind/valgrind-3.14.0.ebuild index e111e5fd3e2..aed73b422ba 100644 --- a/dev-util/valgrind/valgrind-3.14.0.ebuild +++ b/dev-util/valgrind/valgrind-3.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 )"