From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B87C138206 for ; Fri, 29 Apr 2016 06:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE955E0878; Fri, 29 Apr 2016 06:50:57 +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 6E233E0878 for ; Fri, 29 Apr 2016 06:50:57 +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 40CA0340A6A for ; Fri, 29 Apr 2016 06:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28950329 for ; Fri, 29 Apr 2016 06:50:50 +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: <1461912619.bdc0788cf4ba199ecc15d46783b0d32e16db1d5e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfastjson/libfastjson-0.99.2.ebuild X-VCS-Directories: dev-libs/libfastjson/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: bdc0788cf4ba199ecc15d46783b0d32e16db1d5e X-VCS-Branch: master Date: Fri, 29 Apr 2016 06:50:50 +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: 91301d91-0cd0-4684-b3c6-487ddafc230a X-Archives-Hash: 8cdd0f7ab8acd60b5885b1725e0b4eb5 commit: bdc0788cf4ba199ecc15d46783b0d32e16db1d5e Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 29 06:50:19 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 29 06:50:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc0788c dev-libs/libfastjson: Mark ~hppa (bug #577508). Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches dev-libs/libfastjson/libfastjson-0.99.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfastjson/libfastjson-0.99.2.ebuild b/dev-libs/libfastjson/libfastjson-0.99.2.ebuild index 35f1c5d..18d3364 100644 --- a/dev-libs/libfastjson/libfastjson-0.99.2.ebuild +++ b/dev-libs/libfastjson/libfastjson-0.99.2.ebuild @@ -15,7 +15,7 @@ LICENSE="MIT" # subslot = soname version SLOT="0/3.0.0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="static-libs" DEPEND=""