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 BD7FF138334 for ; Mon, 16 Dec 2019 00:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D99BCE0848; Mon, 16 Dec 2019 00:35:03 +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 BCC88E0848 for ; Mon, 16 Dec 2019 00:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5691C34D225 for ; Mon, 16 Dec 2019 00:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEF548CD for ; Mon, 16 Dec 2019 00:34:59 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1576456494.1929f84a5dba2c6b5006f5ba3f11e0472440ce7c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jsoncpp/jsoncpp-1.9.2-r1.ebuild X-VCS-Directories: dev-libs/jsoncpp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1929f84a5dba2c6b5006f5ba3f11e0472440ce7c X-VCS-Branch: master Date: Mon, 16 Dec 2019 00:34:59 +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: 5dd7de7e-9021-46d4-802a-6ca031a8956a X-Archives-Hash: 1d33aa1945c956aeff6472d19a8cdb62 commit: 1929f84a5dba2c6b5006f5ba3f11e0472440ce7c Author: Aaron Bauman gentoo org> AuthorDate: Mon Dec 16 00:32:23 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Dec 16 00:34:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1929f84a dev-libs/jsoncpp: arm64 stable (bug #702710) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.82, Repoman-2.3.20 dev-libs/jsoncpp/jsoncpp-1.9.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.2-r1.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.2-r1.ebuild index 5e2237b6f3b..215816f91cf 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.9.2-r1.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.9.2-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${ LICENSE="|| ( public-domain MIT )" SLOT="0/22" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="doc test" RESTRICT="!test? ( test )"