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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C10211581EC for ; Sat, 23 Nov 2024 16:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 871F7E0855; Sat, 23 Nov 2024 16:20:24 +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 610ABE0855 for ; Sat, 23 Nov 2024 16:20:24 +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 73AB8343062 for ; Sat, 23 Nov 2024 16:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A27ED1E89 for ; Sat, 23 Nov 2024 16:20:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1732378796.0adf4e93f62ee16fc7e477b458218f59360b8495.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/nicotine+/nicotine+-3.3.5.ebuild X-VCS-Directories: net-p2p/nicotine+/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0adf4e93f62ee16fc7e477b458218f59360b8495 X-VCS-Branch: master Date: Sat, 23 Nov 2024 16:20:20 +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: 47dc75b7-70e8-4aec-b330-6262c7b61eb5 X-Archives-Hash: d0d0bab73e3777c343ec0f14d6cebc5c commit: 0adf4e93f62ee16fc7e477b458218f59360b8495 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 16:19:56 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 16:19:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adf4e93 net-p2p/nicotine+: Stabilize 3.3.5 ALLARCHES, #944583 Signed-off-by: Michał Górny gentoo.org> net-p2p/nicotine+/nicotine+-3.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/nicotine+/nicotine+-3.3.5.ebuild b/net-p2p/nicotine+/nicotine+-3.3.5.ebuild index 1587ffd607aa..e98e68e13b9c 100644 --- a/net-p2p/nicotine+/nicotine+-3.3.5.ebuild +++ b/net-p2p/nicotine+/nicotine+-3.3.5.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/nicotine-plus-${PV}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="test" RESTRICT="!test? ( test )"