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 60FC913832E for ; Wed, 17 Aug 2016 02:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 914CA21C03C; Wed, 17 Aug 2016 02:32:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D58A921C012 for ; Wed, 17 Aug 2016 02:32:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B7FF340B57 for ; Wed, 17 Aug 2016 02:32:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A911A2456 for ; Wed, 17 Aug 2016 02:32:20 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1471401087.b882af09aa2790241b099d0b3ed66babb6ccbd00.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Online/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild X-VCS-Directories: dev-perl/LWP-Online/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b882af09aa2790241b099d0b3ed66babb6ccbd00 X-VCS-Branch: master Date: Wed, 17 Aug 2016 02:32:20 +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: 14bae85b-0339-45c7-88ef-0d66f972eac0 X-Archives-Hash: 9a6844dfb815046a53457f46a0dabf32 commit: b882af09aa2790241b099d0b3ed66babb6ccbd00 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Aug 17 02:31:27 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Aug 17 02:31:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b882af09 dev-perl/LWP-Online: Mark ~hppa (bug #577020). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild index 055c034..ab7cbc4 100644 --- a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild +++ b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Does your process have access to the web" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" IUSE="test" # https://rt.cpan.org/Public/Bug/Display.html?id=112728 PATCHES=("${FILESDIR}/${DIST_VERSION}-no-network.patch")