commit: 7be941cb80fc97d75e916fed28af6c2d84548e6b Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Mar 29 07:41:27 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Mar 29 07:42:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be941cb
dev-ml/ocaml_intrinsics: unmask & unkeyword 0.17.0 for ~ppc Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild | 7 +++---- profiles/package.mask | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild index 2c541053a737..ec2ccd00e1fb 100644 --- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild +++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,9 +12,8 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="+ocamlopt" -RESTRICT="test" DEPEND=" dev-ml/dune-configurator:=[ocamlopt?] @@ -22,6 +21,6 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - >=dev-lang/ocaml-4.12 + >=dev-lang/ocaml-5 >=dev-ml/dune-3.11 " diff --git a/profiles/package.mask b/profiles/package.mask index 98fc7228964e..b9d398306cf0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -511,7 +511,6 @@ app-emulation/virtualbox-kvm # Alfredo Tupone <[email protected]> (2024-06-09) # Not ready for testing -dev-ml/ocaml_intrinsics:0/0.17 dev-ml/async_kernel:0/0.17 dev-ml/async_unix:0/0.17 dev-ml/protocol_version_header:0/0.17
