diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-06 23:21:05 -0500 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-07 18:25:05 +0200 |
commit | ee563bdb998d907b5bfd846515ec866141700130 (patch) | |
tree | b84d0e5dddc15f9382e8562f1d1252fdcc1a6681 /dev-ml/opam-repository | |
parent | dev-ml/opam-installer: Stabilize 2.0.10-r1 arm64, #896100 (diff) | |
download | gentoo-ee563bdb998d907b5bfd846515ec866141700130.tar.gz gentoo-ee563bdb998d907b5bfd846515ec866141700130.tar.bz2 gentoo-ee563bdb998d907b5bfd846515ec866141700130.zip |
dev-ml/opam-repository: 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/opam-repository')
-rw-r--r-- | dev-ml/opam-repository/opam-repository-2.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-repository/opam-repository-2.0.10.ebuild b/dev-ml/opam-repository/opam-repository-2.0.10.ebuild index bc9b0fdca079..1d11bc3fe200 100644 --- a/dev-ml/opam-repository/opam-repository-2.0.10.ebuild +++ b/dev-ml/opam-repository/opam-repository-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" RESTRICT="test" |