From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1526904-garchives=archives.gentoo.org@lists.gentoo.org> 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 3A52615810F for <garchives@archives.gentoo.org>; Fri, 9 Jun 2023 15:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C78ABE08C3; Fri, 9 Jun 2023 15:06:53 +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 A906AE08C3 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Jun 2023 15:06:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD56C340F90 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Jun 2023 15:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE820A92 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Jun 2023 15:06:49 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" <arthurzam@gentoo.org> Message-ID: <1686322204.f455ff3750998be0f5fb1c996986dcadd6c5d1d7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/hepmc/hepmc-2.06.09-r2.ebuild sci-physics/hepmc/hepmc-2.06.11.ebuild X-VCS-Directories: sci-physics/hepmc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f455ff3750998be0f5fb1c996986dcadd6c5d1d7 X-VCS-Branch: master Date: Fri, 9 Jun 2023 15:06:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6cc47e5a-24a4-48c7-802a-ea09d500b55f X-Archives-Hash: b9fe8e76e21f4d2369d77eb54ec58246 commit: f455ff3750998be0f5fb1c996986dcadd6c5d1d7 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 3 14:56:15 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jun 9 14:50:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f455ff37 sci-physics/hepmc: destabilize for ~x86 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sci-physics/hepmc/hepmc-2.06.09-r2.ebuild | 2 +- sci-physics/hepmc/hepmc-2.06.11.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/hepmc/hepmc-2.06.09-r2.ebuild b/sci-physics/hepmc/hepmc-2.06.09-r2.ebuild index 4dd1c2c51e5a..236ef0796556 100644 --- a/sci-physics/hepmc/hepmc-2.06.09-r2.ebuild +++ b/sci-physics/hepmc/hepmc-2.06.09-r2.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MYP}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cm doc examples gev test" RESTRICT="!test? ( test )" diff --git a/sci-physics/hepmc/hepmc-2.06.11.ebuild b/sci-physics/hepmc/hepmc-2.06.11.ebuild index 20cc48f5380d..89f4de0bd64b 100644 --- a/sci-physics/hepmc/hepmc-2.06.11.ebuild +++ b/sci-physics/hepmc/hepmc-2.06.11.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MYP}" LICENSE="GPL-2" SLOT="2" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cm doc examples gev test" RESTRICT="!test? ( test )"