summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-04-20 22:00:37 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-04-20 22:00:37 +0300
commit5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8 (patch)
treef379d6c98428898a131c519872b82796c34bcf36 /dev-libs/msgpack/msgpack-1.1.0.ebuild
parentapp-crypt/gpgme: arm stable wrt bug #682352 (diff)
downloadgentoo-5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8.tar.gz
gentoo-5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8.tar.bz2
gentoo-5df5e8c8c14e41350d05b191e96fbb9b1d7f87e8.zip
dev-libs/msgpack: Add ~arm keyword wrt bug #676688
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="~arm"
Diffstat (limited to 'dev-libs/msgpack/msgpack-1.1.0.ebuild')
-rw-r--r--dev-libs/msgpack/msgpack-1.1.0.ebuild4
1 files 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 5b8c66b8a343..027734b5670d 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"