commit: f079d26d6c129343ed3679b622b023b761a196e4 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Wed Feb 7 18:37:19 2024 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Wed Feb 7 18:38:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f079d26d
dev-libs/simdjson: stabilize 3.6.3 for amd64 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> dev-libs/simdjson/simdjson-3.6.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/simdjson/simdjson-3.6.3.ebuild b/dev-libs/simdjson/simdjson-3.6.3.ebuild index b483e60dd686..5b14f6ee1759 100644 --- a/dev-libs/simdjson/simdjson-3.6.3.ebuild +++ b/dev-libs/simdjson/simdjson-3.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="Apache-2.0 Boost-1.0 BSD MIT" SLOT="0/19" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+all-impls test tools" BDEPEND="
