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 C094D1581F0 for ; Tue, 07 Jan 2025 21:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D24F8E07D0; Tue, 07 Jan 2025 21:05:23 +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 4B4F5E07D7 for ; Tue, 07 Jan 2025 21:05:23 +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 57605335D75 for ; Tue, 07 Jan 2025 21:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4E0311B5 for ; Tue, 07 Jan 2025 21:05:20 +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: <1736283901.bbf63ffcb4f009133220ec7e4fd10035d4fbc7d2.sam@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.7.ebuild X-VCS-Directories: net-p2p/nicotine+/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbf63ffcb4f009133220ec7e4fd10035d4fbc7d2 X-VCS-Branch: master Date: Tue, 07 Jan 2025 21:05: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: 72481617-8cd9-429b-a203-c8c288fda886 X-Archives-Hash: fec26888471ce8b29964cbcab5176d26 commit: bbf63ffcb4f009133220ec7e4fd10035d4fbc7d2 Author: Sam James gentoo org> AuthorDate: Tue Jan 7 21:05:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 21:05:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf63ffc net-p2p/nicotine+: Stabilize 3.3.7 ALLARCHES, #947679 Signed-off-by: Sam James gentoo.org> net-p2p/nicotine+/nicotine+-3.3.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/nicotine+/nicotine+-3.3.7.ebuild b/net-p2p/nicotine+/nicotine+-3.3.7.ebuild index 7b20b7a58423..f19f670f245d 100644 --- a/net-p2p/nicotine+/nicotine+-3.3.7.ebuild +++ b/net-p2p/nicotine+/nicotine+-3.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/nicotine-plus-${PV}" LICENSE="GPL-3+ MIT CC-BY-SA-4.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="test" RESTRICT="!test? ( test )"