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 05690138334 for ; Fri, 20 Jul 2018 23:18:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90659E08D4; Fri, 20 Jul 2018 23:18:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 56E61E08D4 for ; Fri, 20 Jul 2018 23:18:23 +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 1563F335D2F for ; Fri, 20 Jul 2018 23:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E61E1390 for ; Fri, 20 Jul 2018 23:18:16 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1532128671.21929bba9c333edb23c2940958e8865a16d73a5f.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 21929bba9c333edb23c2940958e8865a16d73a5f X-VCS-Branch: master Date: Fri, 20 Jul 2018 23:18: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-Archives-Salt: b7b4eafd-560d-4461-89a2-16b90d164462 X-Archives-Hash: 604799846ea0a3170980d09fc9fefa3e commit: 21929bba9c333edb23c2940958e8865a16d73a5f Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jul 20 23:00:32 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 20 23:17:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21929bba net-nntp/nzbget: stable 20.0 for ppc, bug #661354 Bug: https://bugs.gentoo.org/661354 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc" 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 0568d05c0ed..857e8738340 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:=