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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD8AF138334 for ; Tue, 31 Jul 2018 00:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD657E0839; Tue, 31 Jul 2018 00:24:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 925FCE0839 for ; Tue, 31 Jul 2018 00:24:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FF2C335C9B for ; Tue, 31 Jul 2018 00:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7C2938E for ; Tue, 31 Jul 2018 00:24:26 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1532996658.eaf1d531cdb05774381355a27b64f0348da7dbae.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/nzbget/nzbget-20.0.ebuild X-VCS-Directories: net-nntp/nzbget/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: eaf1d531cdb05774381355a27b64f0348da7dbae X-VCS-Branch: master Date: Tue, 31 Jul 2018 00:24:26 +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-Archives-Salt: 0dade3c4-b6a8-4b92-945f-9aab553f7990 X-Archives-Hash: c3e09cc935d43a0b201aa9d98f363eb0 commit: eaf1d531cdb05774381355a27b64f0348da7dbae Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jul 31 00:24:18 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Jul 31 00:24:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf1d531 net-nntp/nzbget: arm stable wrt bug #661354 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-nntp/nzbget/nzbget-20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nntp/nzbget/nzbget-20.0.ebuild b/net-nntp/nzbget/nzbget-20.0.ebuild index 151a6856de9..6b170f54953 100644 --- a/net-nntp/nzbget/nzbget-20.0.ebuild +++ b/net-nntp/nzbget/nzbget-20.0.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" RDEPEND="dev-libs/libxml2:=