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 554CE138334 for ; Sat, 20 Apr 2019 23:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28A99E085E; Sat, 20 Apr 2019 23:05:04 +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 11309E085E for ; Sat, 20 Apr 2019 23:05:04 +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 D59903421A7 for ; Sat, 20 Apr 2019 19:01:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2498F576 for ; Sat, 20 Apr 2019 19:01:33 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1555786837.5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/msgpack/msgpack-1.1.0.ebuild X-VCS-Directories: dev-libs/msgpack/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8 X-VCS-Branch: master Date: Sat, 20 Apr 2019 19:01:33 +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: 6a82a7d1-c3f5-4761-8a0a-94ce9ad7f3ed X-Archives-Hash: bc0ac56a5230de7e1a4ef0ebbff30c6e commit: 5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 20 19:00:37 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 20 19:00:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df5e8c8 dev-libs/msgpack: Add ~arm keyword wrt bug #676688 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="~arm" dev-libs/msgpack/msgpack-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/msgpack/msgpack-1.1.0.ebuild b/dev-libs/msgpack/msgpack-1.1.0.ebuild index 5b8c66b8a34..027734b5670 100644 --- a/dev-libs/msgpack/msgpack-1.1.0.ebuild +++ b/dev-libs/msgpack/msgpack-1.1.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=6 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}-c.git" else SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/cpp-${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi DESCRIPTION="MessagePack is a binary-based efficient data interchange format"