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 BBE4B15802F for ; Sat, 4 Mar 2023 09:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5355E0919; Sat, 4 Mar 2023 09:16:20 +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 AB29DE0919 for ; Sat, 4 Mar 2023 09:16:20 +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 CF8AF341313 for ; Sat, 4 Mar 2023 09:16:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35AB38D1 for ; Sat, 4 Mar 2023 09:16:17 +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: <1677921362.7e1dfc3005fc851cb2e1501e7d9ee5673339b8a7.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-5.1.3.ebuild X-VCS-Directories: sci-misc/nco/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7e1dfc3005fc851cb2e1501e7d9ee5673339b8a7 X-VCS-Branch: master Date: Sat, 4 Mar 2023 09:16:17 +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: f1d4ecfa-bb0b-4209-a56b-8e6215b376cc X-Archives-Hash: 17b03711ddf2facea56dcd788a4a1f04 commit: 7e1dfc3005fc851cb2e1501e7d9ee5673339b8a7 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 4 09:16:02 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 4 09:16:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1dfc30 sci-misc/nco: Stabilize 5.1.3 amd64, #899440 Signed-off-by: Arthur Zamarin gentoo.org> sci-misc/nco/nco-5.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/nco/nco-5.1.3.ebuild b/sci-misc/nco/nco-5.1.3.ebuild index e98f8eb72b05..4afb64138161 100644 --- a/sci-misc/nco/nco-5.1.3.ebuild +++ b/sci-misc/nco/nco-5.1.3.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 )"