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 3232B138335 for ; Sun, 17 Feb 2019 17:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35C60E08A0; Sun, 17 Feb 2019 17:40:19 +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 06E80E08A0 for ; Sun, 17 Feb 2019 17:40:18 +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 BC9E3335C7A for ; Sun, 17 Feb 2019 17:40:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 677BA326 for ; Sun, 17 Feb 2019 17:40:02 +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: <1550425195.e4c2346865120a19fd0658ab1c96bb5d0a129670.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/nlohmann_json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild X-VCS-Directories: dev-cpp/nlohmann_json/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e4c2346865120a19fd0658ab1c96bb5d0a129670 X-VCS-Branch: master Date: Sun, 17 Feb 2019 17:40:02 +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: 0f134330-96df-4811-8ac8-377f1a5ae6cd X-Archives-Hash: 79f33dbe13eacb6beb61fefe0ee8428c commit: e4c2346865120a19fd0658ab1c96bb5d0a129670 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Feb 17 17:38:38 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Feb 17 17:39:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c23468 dev-cpp/nlohmann_json: keyworded 3.5.0 for ppc/ppc64, bug #674034 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.60, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild index 56411b04237..fd4f1a4593e 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )"