Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/msgpack/
Date: Wed, 30 Sep 2020 02:55:52
Message-Id: 1601434545.58ee62a03e009cb1a0a0dc18e9f189e70a753903.sam@gentoo
1 commit: 58ee62a03e009cb1a0a0dc18e9f189e70a753903
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 02:55:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 02:55:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ee62a0
7
8 dev-libs/msgpack: Keyword 3.3.0 arm, #727138
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/msgpack/msgpack-3.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/msgpack/msgpack-3.3.0.ebuild b/dev-libs/msgpack/msgpack-3.3.0.ebuild
16 index 3d562eb7fed..c21dd416d64 100644
17 --- a/dev-libs/msgpack/msgpack-3.3.0.ebuild
18 +++ b/dev-libs/msgpack/msgpack-3.3.0.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/${PN}/${PN}-c.git"
21 else
22 SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/cpp-${PV}/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
25 fi
26
27 DESCRIPTION="MessagePack is a binary-based efficient data interchange format"