dev-libs/msgpack: Add ~arm keyword wrt bug #676688
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 20 Apr 2019 19:00:37 +0000 (22:00 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 20 Apr 2019 19:00:37 +0000 (22:00 +0300)
Signed-off-by: Mikle Kolyada <zlogene@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

index 5b8c66b8a343dff3451c1643ea00870ee5d2db31..027734b5670dc55610bd15eab1fa116ca3301c1a 100644 (file)
@@ -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"