diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-19 12:33:43 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-19 12:33:43 +0200 |
commit | e71598b5dbc4a75ddbdb725898aee8621c01853b (patch) | |
tree | 325736f220bb09875dba37306bfc738d19d2df2b /dev-ml | |
parent | dev-ml/opam-state: Stabilize 2.1.2 ppc64, #859508 (diff) | |
download | gentoo-e71598b5dbc4a75ddbdb725898aee8621c01853b.tar.gz gentoo-e71598b5dbc4a75ddbdb725898aee8621c01853b.tar.bz2 gentoo-e71598b5dbc4a75ddbdb725898aee8621c01853b.zip |
dev-ml/opam-solver: Stabilize 2.1.2 ppc64, #859508
Signed-off-by: Arthur Zamarin <arthurzam@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 c2b572ca499c..c1e2675a92cc 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 )" |