diff options
author | Benda Xu <heroxbd@gentoo.org> | 2020-08-08 11:55:45 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2020-08-08 13:45:55 +0800 |
commit | 82bb707343f38bdf473ef7373018899ec4c70071 (patch) | |
tree | 0386839cc2339afbdd7f6388b3f65ce947f884fa /dev-libs/msgpack | |
parent | games-misc/lolcat: install lolcat binary (diff) | |
download | gentoo-82bb707343f38bdf473ef7373018899ec4c70071.tar.gz gentoo-82bb707343f38bdf473ef7373018899ec4c70071.tar.bz2 gentoo-82bb707343f38bdf473ef7373018899ec4c70071.zip |
app-editors/neovim: keyword ~arm64 with dependencies.
dev-libs/msgpack: keyword ~arm64 to 3.2.1.
dev-lua/mpack: keyword ~arm64 to 1.0.4.
profiles: mask dev-lua/mpack[test] on arm64.
dev-libs/unibilium: keyword ~arm64 to 2.0.0.
dev-libs/libtermkey: keyword ~arm64 to 0.22.
Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-libs/msgpack')
-rw-r--r-- | dev-libs/msgpack/msgpack-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/msgpack/msgpack-3.2.1.ebuild b/dev-libs/msgpack/msgpack-3.2.1.ebuild index 9e7faeb02180..a1129dcdc409 100644 --- a/dev-libs/msgpack/msgpack-3.2.1.ebuild +++ b/dev-libs/msgpack/msgpack-3.2.1.ebuild @@ -9,7 +9,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 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="MessagePack is a binary-based efficient data interchange format" |