diff options
author | 2024-11-23 12:07:22 +0000 | |
---|---|---|
committer | 2024-11-23 12:07:22 +0000 | |
commit | fe27d874eefd46b678442d1b4ffc5d57e4f59b54 (patch) | |
tree | 07e78e9cef13e35d558076eeb90bdf03594af4a7 /dev-cpp | |
parent | media-libs/svt-av1: Stabilize 2.1.2 arm64, #944706 (diff) | |
download | gentoo-fe27d874eefd46b678442d1b4ffc5d57e4f59b54.tar.gz gentoo-fe27d874eefd46b678442d1b4ffc5d57e4f59b54.tar.bz2 gentoo-fe27d874eefd46b678442d1b4ffc5d57e4f59b54.zip |
dev-cpp/nlohmann_json: Stabilize 3.11.3 arm, #944708
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.11.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.11.3.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.11.3.ebuild index e9c1e4431fb6..9033890aa8e5 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.11.3.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,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 )" |