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 C75C4138334 for ; Tue, 17 Sep 2019 17:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01145E09B0; Tue, 17 Sep 2019 17:55:49 +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 D67C4E09B0 for ; Tue, 17 Sep 2019 17:55:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 83FA234B117 for ; Tue, 17 Sep 2019 17:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3876B763 for ; Tue, 17 Sep 2019 17:55:46 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1568742720.41682b2f448f6ef0afe308fa47f915fca488fb65.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-UserAgent-Determined/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/LWP-UserAgent-Determined/LWP-UserAgent-Determined-1.70.0.ebuild X-VCS-Directories: dev-perl/LWP-UserAgent-Determined/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 41682b2f448f6ef0afe308fa47f915fca488fb65 X-VCS-Branch: master Date: Tue, 17 Sep 2019 17:55:46 +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: 232ba42e-b2ad-48e4-8db9-591a70fa05ff X-Archives-Hash: 60ccae8b219c1f3dee3e3851a79ade3d commit: 41682b2f448f6ef0afe308fa47f915fca488fb65 Author: Kent Fredric gentoo org> AuthorDate: Tue Sep 17 17:52:00 2019 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Sep 17 17:52:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41682b2f dev-perl/LWP-UserAgent-Determined: Add ~ppc64 re bug #691340 Tested by ernsteiswuerfel Bug: https://bugs.gentoo.org/691340 Package-Manager: Portage-2.3.75, Repoman-2.3.16 Signed-off-by: Kent Fredric gentoo.org> .../LWP-UserAgent-Determined/LWP-UserAgent-Determined-1.70.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/LWP-UserAgent-Determined/LWP-UserAgent-Determined-1.70.0.ebuild b/dev-perl/LWP-UserAgent-Determined/LWP-UserAgent-Determined-1.70.0.ebuild index 33814af6246..c858a5b18d1 100644 --- a/dev-perl/LWP-UserAgent-Determined/LWP-UserAgent-Determined-1.70.0.ebuild +++ b/dev-perl/LWP-UserAgent-Determined/LWP-UserAgent-Determined-1.70.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A virtual browser that retries errors" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND="dev-perl/libwww-perl"