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 973F3158094 for ; Wed, 17 Aug 2022 07:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9DB4E077C; Wed, 17 Aug 2022 07:06:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C3146E077C for ; Wed, 17 Aug 2022 07:06:18 +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 09A03340D8A for ; Wed, 17 Aug 2022 07:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74291576 for ; Wed, 17 Aug 2022 07:06:16 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1660719968.0657c1b06d3a8ae7e37f2d76adec3bde37a58dc3.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/nzbget/nzbget-21.1-r1.ebuild X-VCS-Directories: net-nntp/nzbget/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0657c1b06d3a8ae7e37f2d76adec3bde37a58dc3 X-VCS-Branch: master Date: Wed, 17 Aug 2022 07:06:16 +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: 1f01ceb2-4b82-41a9-9598-7b5937a39da5 X-Archives-Hash: 105a44d02dfff9dd9b6215371757a0ee commit: 0657c1b06d3a8ae7e37f2d76adec3bde37a58dc3 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 17 07:05:23 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 17 07:06:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0657c1b0 net-nntp/nzbget: amd64 stable wrt bug #864235 Signed-off-by: Agostino Sarubbo gentoo.org> net-nntp/nzbget/nzbget-21.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nntp/nzbget/nzbget-21.1-r1.ebuild b/net-nntp/nzbget/nzbget-21.1-r1.ebuild index 557df396764a..a04ce46239c9 100644 --- a/net-nntp/nzbget/nzbget-21.1-r1.ebuild +++ b/net-nntp/nzbget/nzbget-21.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-src. LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 arm ppc x86" +KEYWORDS="amd64 arm ppc x86" IUSE="debug gnutls ncurses +parcheck ssl test zlib" RESTRICT="!test? ( test )"