diff options
author | 2023-01-27 00:25:10 +0000 | |
---|---|---|
committer | 2023-01-27 00:28:27 +0000 | |
commit | db9d294730fba61c0fb75c307b90c89346038706 (patch) | |
tree | 34b9620ba942fb702def2b7b9df6c0e20b16be3c /dev-ml | |
parent | dev-ml/base_bigstring: unkeyword 0.15.0 (diff) | |
download | gentoo-db9d294730fba61c0fb75c307b90c89346038706.tar.gz gentoo-db9d294730fba61c0fb75c307b90c89346038706.tar.bz2 gentoo-db9d294730fba61c0fb75c307b90c89346038706.zip |
dev-ml/core_bench: unkeyword 0.15.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/core_bench/core_bench-0.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/core_bench/core_bench-0.15.0.ebuild b/dev-ml/core_bench/core_bench-0.15.0.ebuild index 9aa2ce3d12cc..8fe47396ea90 100644 --- a/dev-ml/core_bench/core_bench-0.15.0.ebuild +++ b/dev-ml/core_bench/core_bench-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 ~riscv ~x86" +KEYWORDS="~amd64" IUSE="+ocamlopt" DEPEND="dev-ml/textutils:${SLOT}" |