diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:44:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:47:59 +0000 |
commit | 9229c61f0adc6bb9995d1dad2f7737ccaed98d16 (patch) | |
tree | 3ca7d8c8b465fdb7a5e05f9828fdf8319876d71c /dev-ml | |
parent | dev-ml/mccs: Stabilize 1.1.11 arm64, #772833 (diff) | |
download | gentoo-9229c61f0adc6bb9995d1dad2f7737ccaed98d16.tar.gz gentoo-9229c61f0adc6bb9995d1dad2f7737ccaed98d16.tar.bz2 gentoo-9229c61f0adc6bb9995d1dad2f7737ccaed98d16.zip |
dev-ml/opam-solver: Stabilize 2.0.8 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-solver/opam-solver-2.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-solver/opam-solver-2.0.8.ebuild b/dev-ml/opam-solver/opam-solver-2.0.8.ebuild index f6fe36b4e350..65a72574eb59 100644 --- a/dev-ml/opam-solver/opam-solver-2.0.8.ebuild +++ b/dev-ml/opam-solver/opam-solver-2.0.8.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 )" |