diff options
author | Sam James <sam@gentoo.org> | 2023-01-27 00:25:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-27 00:28:28 +0000 |
commit | aa18a3533ecc6e0c4b25611a0a7ca77e9d1de47e (patch) | |
tree | 90d798c9918624d65682a4a8d4ffd745be949f7c /dev-ml/core | |
parent | dev-ml/core_kernel: unkeyword 0.15.0 (diff) | |
download | gentoo-aa18a3533ecc6e0c4b25611a0a7ca77e9d1de47e.tar.gz gentoo-aa18a3533ecc6e0c4b25611a0a7ca77e9d1de47e.tar.bz2 gentoo-aa18a3533ecc6e0c4b25611a0a7ca77e9d1de47e.zip |
dev-ml/core: unkeyword 0.15.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/core')
-rw-r--r-- | dev-ml/core/core-0.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/core/core-0.15.0.ebuild b/dev-ml/core/core-0.15.0.ebuild index c3dd438a91e0..0540bcd6def8 100644 --- a/dev-ml/core/core-0.15.0.ebuild +++ b/dev-ml/core/core-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" # TODO: Wants quickcheck_deprecated? |