diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 15:06:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 15:06:18 +0300 |
commit | 016725ad214a94ed9f6e1335cb881e9f3f0dd5db (patch) | |
tree | c9e45e63a71928352a3f11df86895765d0150a9c /dev-ml/core_bench | |
parent | dev-ml/cmdliner: Stabilize 1.2.0 arm64, #933839 (diff) | |
download | gentoo-016725ad214a94ed9f6e1335cb881e9f3f0dd5db.tar.gz gentoo-016725ad214a94ed9f6e1335cb881e9f3f0dd5db.tar.bz2 gentoo-016725ad214a94ed9f6e1335cb881e9f3f0dd5db.zip |
dev-ml/core_bench: Stabilize 0.16.0 arm64, #933839
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/core_bench')
-rw-r--r-- | dev-ml/core_bench/core_bench-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/core_bench/core_bench-0.16.0.ebuild b/dev-ml/core_bench/core_bench-0.16.0.ebuild index 4e7da1d6882d..438c39bc1037 100644 --- a/dev-ml/core_bench/core_bench-0.16.0.ebuild +++ b/dev-ml/core_bench/core_bench-0.16.0.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" DEPEND=" |