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 C6A78139086 for ; Thu, 12 Jan 2017 14:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18BFC21C07B; Thu, 12 Jan 2017 14:21:14 +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 EE49421C07B for ; Thu, 12 Jan 2017 14:21:13 +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 EC59A3416B9 for ; Thu, 12 Jan 2017 14:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BE4F2624 for ; Thu, 12 Jan 2017 14:21:11 +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: <1484230865.8f9e9ba6f645d55bdad500e10ffcdc018f11ff8d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Specio/Specio-0.310.0.ebuild X-VCS-Directories: dev-perl/Specio/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8f9e9ba6f645d55bdad500e10ffcdc018f11ff8d X-VCS-Branch: master Date: Thu, 12 Jan 2017 14:21:11 +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: 3b99b23e-5caf-44c0-bf00-70ccfb71d7a1 X-Archives-Hash: 4e2630afb76e15ff54f765938eaeb1d3 commit: 8f9e9ba6f645d55bdad500e10ffcdc018f11ff8d Author: Jeroen Roovers gentoo org> AuthorDate: Thu Jan 12 14:18:55 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Jan 12 14:21:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9e9ba6 dev-perl/Specio: Mark ~hppa (bug #599550). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-perl/Specio/Specio-0.310.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Specio/Specio-0.310.0.ebuild b/dev-perl/Specio/Specio-0.310.0.ebuild index 83805cf..b2fdd09 100644 --- a/dev-perl/Specio/Specio-0.310.0.ebuild +++ b/dev-perl/Specio/Specio-0.310.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Type constraints and coercions for Perl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~x86-fbsd" IUSE="test" PATCHES=("${FILESDIR}/${PN}-${DIST_VERSION}-installskip.patch")