diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-06 23:21:04 -0500 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-07 18:25:05 +0200 |
commit | bc9f38aa72f59b95df53712308ca17b11797cb82 (patch) | |
tree | a04c0272fa1d5342054e687e886709cd07d8b599 /dev-ml | |
parent | dev-ml/opam-core: Stabilize 2.0.10 arm64, #896100 (diff) | |
download | gentoo-bc9f38aa72f59b95df53712308ca17b11797cb82.tar.gz gentoo-bc9f38aa72f59b95df53712308ca17b11797cb82.tar.bz2 gentoo-bc9f38aa72f59b95df53712308ca17b11797cb82.zip |
dev-ml/opam-format: 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-format/opam-format-2.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-format/opam-format-2.0.10.ebuild b/dev-ml/opam-format/opam-format-2.0.10.ebuild index b2692ce487ac..f4dd7112082f 100644 --- a/dev-ml/opam-format/opam-format-2.0.10.ebuild +++ b/dev-ml/opam-format/opam-format-2.0.10.ebuild @@ -15,7 +15,7 @@ OPAM_INSTALLER="${S}/opam-installer" 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 )" |