diff options
author | 2022-12-18 12:16:13 +0000 | |
---|---|---|
committer | 2022-12-18 12:16:13 +0000 | |
commit | 6630f365d69916c1927e78095ebebbf0bcfbc5d5 (patch) | |
tree | 8082c703f2241643259a2f083ee3c2f10050a601 /dev-cpp | |
parent | dev-perl/IO-Tty: Stabilize 1.170.0 x86, #886865 (diff) | |
download | gentoo-6630f365d69916c1927e78095ebebbf0bcfbc5d5.tar.gz gentoo-6630f365d69916c1927e78095ebebbf0bcfbc5d5.tar.bz2 gentoo-6630f365d69916c1927e78095ebebbf0bcfbc5d5.zip |
dev-cpp/nlohmann_json: Stabilize 3.11.2 arm64, #886907
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.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild index 3bac320e3a05..5d06d9de232c 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/json-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |