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 434B615811D for ; Tue, 4 Jul 2023 22:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88DBEE08C8; Tue, 4 Jul 2023 22:23:43 +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 6DBACE08C8 for ; Tue, 4 Jul 2023 22:23:43 +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 7F010340F8A for ; Tue, 4 Jul 2023 22:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11CBDACA for ; Tue, 4 Jul 2023 22:23:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688509392.fb1fe543edc4383ce46a65d9a530f6b14d3b218b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kronosnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kronosnet/kronosnet-1.25.ebuild X-VCS-Directories: sys-cluster/kronosnet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb1fe543edc4383ce46a65d9a530f6b14d3b218b X-VCS-Branch: master Date: Tue, 4 Jul 2023 22:23:41 +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: 6aba62db-c5f2-4577-97dc-7e6036ddcb5c X-Archives-Hash: 230cd14bffabf292e95dc5eef451da27 commit: fb1fe543edc4383ce46a65d9a530f6b14d3b218b Author: Sam James gentoo org> AuthorDate: Tue Jul 4 22:23:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 4 22:23:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1fe543 sys-cluster/kronosnet: Stabilize 1.25 amd64, #909653 Signed-off-by: Sam James gentoo.org> sys-cluster/kronosnet/kronosnet-1.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kronosnet/kronosnet-1.25.ebuild b/sys-cluster/kronosnet/kronosnet-1.25.ebuild index 9d1e5fecd337..371abf76c697 100644 --- a/sys-cluster/kronosnet/kronosnet-1.25.ebuild +++ b/sys-cluster/kronosnet/kronosnet-1.25.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://kronosnet.org/releases/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" IUSE="doc nss +openssl lz4 lzo2 test zstd" RESTRICT="!test? ( test )"