summaryrefslogtreecommitdiff
path: root/dev-cpp/msgpack-cxx
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-04-02 17:57:41 +0100
committerSam James <sam@gentoo.org>2025-04-02 17:57:41 +0100
commit953539a71650ee7eb225405c485f1a40ed4f6455 (patch)
treec3f0d3eb93e4e0f33ec8d91895e648e9de22041f /dev-cpp/msgpack-cxx
parentab71fc7904ada3e558eb2ad12e84a350a2f6ff63 (diff)
downloadgentoo-953539a71650ee7eb225405c485f1a40ed4f6455.tar.gz
gentoo-953539a71650ee7eb225405c485f1a40ed4f6455.tar.bz2
gentoo-953539a71650ee7eb225405c485f1a40ed4f6455.zip
dev-cpp/msgpack-cxx: Stabilize 6.1.1 arm64, #953054
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/msgpack-cxx')
-rw-r--r--dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild b/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild
index 62978b6f9fb4..26967dc7e982 100644
--- a/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild
+++ b/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/${P}.t
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="+boost doc examples test"
REQUIRED_USE="test? ( boost )"