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 77F2213835A for ; Wed, 18 Nov 2020 16:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92468E0974; Wed, 18 Nov 2020 16:47:47 +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 72696E0974 for ; Wed, 18 Nov 2020 16:47:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 081B3340FFA for ; Wed, 18 Nov 2020 16:47:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B11453 for ; Wed, 18 Nov 2020 16:47:43 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1605718044.a4ee0b61b7218b6533ea78b8b1e36fd2415112cc.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/clhep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/clhep/clhep-2.4.1.3-r2.ebuild X-VCS-Directories: sci-physics/clhep/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: a4ee0b61b7218b6533ea78b8b1e36fd2415112cc X-VCS-Branch: master Date: Wed, 18 Nov 2020 16:47:43 +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: def03518-4925-4c25-b4ae-40e9a0b6f22d X-Archives-Hash: d174e86766b938c2e70982bd3ede6977 commit: a4ee0b61b7218b6533ea78b8b1e36fd2415112cc Author: Guilherme Amadio gentoo org> AuthorDate: Wed Nov 18 16:45:12 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Nov 18 16:47:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ee0b61 sci-physics/clhep: mark as stable on x86 Closes: https://bugs.gentoo.org/657254 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/clhep/clhep-2.4.1.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/clhep/clhep-2.4.1.3-r2.ebuild b/sci-physics/clhep/clhep-2.4.1.3-r2.ebuild index bca84447a5c..d2ec2624103 100644 --- a/sci-physics/clhep/clhep-2.4.1.3-r2.ebuild +++ b/sci-physics/clhep/clhep-2.4.1.3-r2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://proj-clhep.web.cern.ch/proj-clhep/" SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/dist1/${P}.tgz" LICENSE="GPL-3 LGPL-3" SLOT="2/${PV}" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc test threads" RESTRICT="!test? ( test )"