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.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 8DDF315810F for ; Fri, 9 Jun 2023 15:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6900BE08B0; Fri, 9 Jun 2023 15:06:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44732E08AE for ; Fri, 9 Jun 2023 15:06:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A134340F78 for ; Fri, 9 Jun 2023 15:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EE53A86 for ; Fri, 9 Jun 2023 15:06:49 +0000 (UTC) From: "Arthur Zamarin" 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" Message-ID: <1686322202.c4143fff4e80a6442b13b3a8570d08d7a4fe51c4.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/nco/nco-4.5.1-r3.ebuild sci-misc/nco/nco-5.1.3-r1.ebuild X-VCS-Directories: sci-misc/nco/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c4143fff4e80a6442b13b3a8570d08d7a4fe51c4 X-VCS-Branch: master Date: Fri, 9 Jun 2023 15:06:49 +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: 1c98395b-a956-4b17-bb72-f8c3b919f257 X-Archives-Hash: a1fab6f7449fd3a2ad1f30d7c1b68326 commit: c4143fff4e80a6442b13b3a8570d08d7a4fe51c4 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jun 3 14:55:56 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jun 9 14:50:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4143fff sci-misc/nco: destabilize for ~x86 Signed-off-by: Arthur Zamarin gentoo.org> sci-misc/nco/nco-4.5.1-r3.ebuild | 2 +- sci-misc/nco/nco-5.1.3-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-misc/nco/nco-4.5.1-r3.ebuild b/sci-misc/nco/nco-4.5.1-r3.ebuild index c43eb9c88c09..67c918a6c9ac 100644 --- a/sci-misc/nco/nco-4.5.1-r3.ebuild +++ b/sci-misc/nco/nco-4.5.1-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://nco.sf.net/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="dap gsl hdf5 ncap2 openmp static-libs test udunits" RESTRICT="!test? ( test )" diff --git a/sci-misc/nco/nco-5.1.3-r1.ebuild b/sci-misc/nco/nco-5.1.3-r1.ebuild index db1cf5ca67af..1350da622372 100644 --- a/sci-misc/nco/nco-5.1.3-r1.ebuild +++ b/sci-misc/nco/nco-5.1.3-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://nco.sf.net/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="dap gsl hdf5 ncap2 openmp test udunits" RESTRICT="!test? ( test )"