Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/msgpack/
Date: Sat, 20 Apr 2019 23:05:13
Message-Id: 1555786837.5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8.zlogene@gentoo
1 commit: 5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 19:00:37 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 19:00:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df5e8c8
7
8 dev-libs/msgpack: Add ~arm keyword wrt bug #676688
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="~arm"
13
14 dev-libs/msgpack/msgpack-1.1.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/msgpack/msgpack-1.1.0.ebuild b/dev-libs/msgpack/msgpack-1.1.0.ebuild
18 index 5b8c66b8a34..027734b5670 100644
19 --- a/dev-libs/msgpack/msgpack-1.1.0.ebuild
20 +++ b/dev-libs/msgpack/msgpack-1.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
28 EGIT_REPO_URI="https://github.com/${PN}/${PN}-c.git"
29 else
30 SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/cpp-${PV}/${P}.tar.gz"
31 - KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
32 + KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
33 fi
34
35 DESCRIPTION="MessagePack is a binary-based efficient data interchange format"