diff options
author | 2023-10-18 15:08:14 +0100 | |
---|---|---|
committer | 2023-10-18 15:08:14 +0100 | |
commit | 3955f80c1f2bd985bd22370efef2c5e8e9aedc97 (patch) | |
tree | 224663b32032244a7905be25c737b74c702ceb00 /dev-cpp | |
parent | dev-cpp/cppdap: Stabilize 0_pre20230605-r1 arm, #915949 (diff) | |
download | gentoo-3955f80c1f2bd985bd22370efef2c5e8e9aedc97.tar.gz gentoo-3955f80c1f2bd985bd22370efef2c5e8e9aedc97.tar.bz2 gentoo-3955f80c1f2bd985bd22370efef2c5e8e9aedc97.zip |
dev-cpp/nlohmann_json: Stabilize 3.11.2-r1 arm, #915949
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.11.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2-r1.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2-r1.ebuild index b7c24f30111c..c99929f0867e 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2-r1.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2-r1.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/json-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |