diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2024-02-07 10:37:19 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2024-02-07 10:38:05 -0800 |
commit | f079d26d6c129343ed3679b622b023b761a196e4 (patch) | |
tree | 87d9876b0f72a4d1b5f57ee389170f8f6d3ec505 /dev-libs/simdjson | |
parent | dev-libs/simdjson: add 3.6.4 (diff) | |
download | gentoo-f079d26d6c129343ed3679b622b023b761a196e4.tar.gz gentoo-f079d26d6c129343ed3679b622b023b761a196e4.tar.bz2 gentoo-f079d26d6c129343ed3679b622b023b761a196e4.zip |
dev-libs/simdjson: stabilize 3.6.3 for amd64
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-libs/simdjson')
-rw-r--r-- | dev-libs/simdjson/simdjson-3.6.3.ebuild | 4 |
1 files 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=" |