diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-06 23:21:06 -0500 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-07 18:25:05 +0200 |
commit | 478bcabf8acecc0fc718579d3a1799868f4f3edf (patch) | |
tree | 459b399d8573d3c22dc35e1a2e885c0b8c333267 /dev-ml | |
parent | dev-ml/opam-repository: Stabilize 2.0.10 arm64, #896100 (diff) | |
download | gentoo-478bcabf8acecc0fc718579d3a1799868f4f3edf.tar.gz gentoo-478bcabf8acecc0fc718579d3a1799868f4f3edf.tar.bz2 gentoo-478bcabf8acecc0fc718579d3a1799868f4f3edf.zip |
dev-ml/opam-solver: Stabilize 2.0.10 arm64, #896100
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-solver/opam-solver-2.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-solver/opam-solver-2.0.10.ebuild b/dev-ml/opam-solver/opam-solver-2.0.10.ebuild index e557489dbd56..d8d034658468 100644 --- a/dev-ml/opam-solver/opam-solver-2.0.10.ebuild +++ b/dev-ml/opam-solver/opam-solver-2.0.10.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |