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 A60AA158042 for ; Sat, 2 Nov 2024 10:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D37FBE0869; Sat, 2 Nov 2024 10:08:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A1A41E0870 for ; Sat, 2 Nov 2024 10:08: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 EC0CD3430CD for ; Sat, 2 Nov 2024 10:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C221F0B for ; Sat, 2 Nov 2024 10:08:18 +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: <1730542094.a9d2573cf5c0211f0fe1c1269dfb9d07bf34dbce.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/sabnzbd/sabnzbd-4.3.3.ebuild X-VCS-Directories: net-nntp/sabnzbd/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a9d2573cf5c0211f0fe1c1269dfb9d07bf34dbce X-VCS-Branch: master Date: Sat, 2 Nov 2024 10:08:18 +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: a6870676-3037-470c-bf62-a3603913c34b X-Archives-Hash: bd6e24e1a01c781f49153d49b7f7dd3b commit: a9d2573cf5c0211f0fe1c1269dfb9d07bf34dbce Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 2 10:08:14 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 2 10:08:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d2573c net-nntp/sabnzbd: Stabilize 4.3.3 amd64, #942746 Signed-off-by: Arthur Zamarin gentoo.org> net-nntp/sabnzbd/sabnzbd-4.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nntp/sabnzbd/sabnzbd-4.3.3.ebuild b/net-nntp/sabnzbd/sabnzbd-4.3.3.ebuild index ece533e3a260..d1a47f998e84 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.3.3.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.3.3.ebuild @@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}" # Sabnzbd is GPL-2 but bundles software with the following licenses. LICENSE="GPL-2 BSD LGPL-2 MIT BSD-1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}"