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 0DF361382C5 for ; Tue, 5 Jan 2021 14:14:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B13AE083D; Tue, 5 Jan 2021 14:14:08 +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 33C47E083D for ; Tue, 5 Jan 2021 14:14:08 +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 09ADC33BDFC for ; Tue, 5 Jan 2021 14:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CA5D490 for ; Tue, 5 Jan 2021 14:14:04 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1609856038.93c52662283efbdb01be5aea9b28b05a428e9fee.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rapidjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild X-VCS-Directories: dev-libs/rapidjson/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 93c52662283efbdb01be5aea9b28b05a428e9fee X-VCS-Branch: master Date: Tue, 5 Jan 2021 14:14:04 +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: 0922b66f-489f-4ce0-8713-38e30d605228 X-Archives-Hash: 798beac991acc27c51a89f971d0df4ad commit: 93c52662283efbdb01be5aea9b28b05a428e9fee Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Jan 5 12:00:45 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jan 5 14:13:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c52662 dev-libs/rapidjson: keyworded 1.1.0-r3 for hppa, bug #760803 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild b/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild index 546127329df..5b1dcd2314e 100644 --- a/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild +++ b/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/miloyip/rapidjson/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" S="${WORKDIR}/rapidjson-${PV}" fi