commit: 2a8dd18db29d9db232b61867db3d39386e821ad9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 01:42:10 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 01:42:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8dd18d
dev-libs/msgpack: Stabilize 3.3.0 amd64, #737592
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/msgpack/msgpack-3.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/msgpack/msgpack-3.3.0.ebuild
b/dev-libs/msgpack/msgpack-3.3.0.ebuild
index c5390893040..532685cbd1c 100644
--- a/dev-libs/msgpack/msgpack-3.3.0.ebuild
+++ b/dev-libs/msgpack/msgpack-3.3.0.ebuild
@@ -11,7 +11,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 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="MessagePack is a binary-based efficient data interchange format"