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 | 87c84d23a7d2a1016de1bde067fdc7e29c490fdf (patch) | |
tree | 3972875ba9ce6f8cb580e0fc81f1b54df4513fb5 /dev-ml/opam-client | |
parent | dev-ml/opam-solver: Stabilize 2.1.2 ppc64, #859508 (diff) | |
download | gentoo-87c84d23a7d2a1016de1bde067fdc7e29c490fdf.tar.gz gentoo-87c84d23a7d2a1016de1bde067fdc7e29c490fdf.tar.bz2 gentoo-87c84d23a7d2a1016de1bde067fdc7e29c490fdf.zip |
dev-ml/opam-client: Stabilize 2.1.2 ppc64, #859508
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-client')
-rw-r--r-- | dev-ml/opam-client/opam-client-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-client/opam-client-2.1.2.ebuild b/dev-ml/opam-client/opam-client-2.1.2.ebuild index 0cc333bab37d..8146740b33f6 100644 --- a/dev-ml/opam-client/opam-client-2.1.2.ebuild +++ b/dev-ml/opam-client/opam-client-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 )" |