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 DC9E9139085 for ; Sat, 14 Jan 2017 11:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DA8621C0F9; Sat, 14 Jan 2017 11:25:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DD2E621C0F9 for ; Sat, 14 Jan 2017 11:25:48 +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 B7265340FC1 for ; Sat, 14 Jan 2017 11:25:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28CB826B7 for ; Sat, 14 Jan 2017 11:25:46 +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: <1484393144.1c87d961cb664374ead22e9d2aa5dd0775fddac9.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmspub/libmspub-0.1.2.ebuild X-VCS-Directories: app-text/libmspub/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1c87d961cb664374ead22e9d2aa5dd0775fddac9 X-VCS-Branch: master Date: Sat, 14 Jan 2017 11:25: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-Archives-Salt: a8ff75bd-edbd-42de-b162-ccc2d9e31cc5 X-Archives-Hash: adc8ddb36dea60a4381caa6aa849fa31 commit: 1c87d961cb664374ead22e9d2aa5dd0775fddac9 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 11:18:21 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 11:25:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c87d961 app-text/libmspub: Mark ~hppa ~ppc64 (bug #550040). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches app-text/libmspub/libmspub-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild index 9fbaf96..8a01df9 100644 --- a/app-text/libmspub/libmspub-0.1.2.ebuild +++ b/app-text/libmspub/libmspub-0.1.2.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$ @@ -16,7 +16,7 @@ SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" IUSE="doc static-libs"