diff options
author | 2022-09-18 01:37:03 +0100 | |
---|---|---|
committer | 2022-09-18 01:37:03 +0100 | |
commit | 248e8ad90fbefcd0b72b7dade40fee852804c280 (patch) | |
tree | 49712e0d43c09e5111d2e59452dfea9d30a65601 /dev-ml | |
parent | dev-ml/opam-state: Stabilize 2.1.2 x86, #859508 (diff) | |
download | gentoo-248e8ad90fbefcd0b72b7dade40fee852804c280.tar.gz gentoo-248e8ad90fbefcd0b72b7dade40fee852804c280.tar.bz2 gentoo-248e8ad90fbefcd0b72b7dade40fee852804c280.zip |
dev-ml/opam-solver: Stabilize 2.1.2 x86, #859508
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-solver/opam-solver-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-solver/opam-solver-2.1.2.ebuild b/dev-ml/opam-solver/opam-solver-2.1.2.ebuild index e5f1d071ab9a..8e3819e86743 100644 --- a/dev-ml/opam-solver/opam-solver-2.1.2.ebuild +++ b/dev-ml/opam-solver/opam-solver-2.1.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |