diff options
author | Sam James <sam@gentoo.org> | 2024-08-18 18:47:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-18 18:47:16 +0100 |
commit | 9a3e1163126e8579fc6cea7f7d6c07d759b6453c (patch) | |
tree | 10174a0c1ba2387b1da99ee7532de31faabdde4d /dev-ml | |
parent | dev-ml/opam-installer: Stabilize 2.1.6 ppc64, #938140 (diff) | |
download | gentoo-9a3e1163126e8579fc6cea7f7d6c07d759b6453c.tar.gz gentoo-9a3e1163126e8579fc6cea7f7d6c07d759b6453c.tar.bz2 gentoo-9a3e1163126e8579fc6cea7f7d6c07d759b6453c.zip |
dev-ml/mccs: Stabilize 1.1.17 ppc64, #938140
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/mccs/mccs-1.1.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/mccs/mccs-1.1.17.ebuild b/dev-ml/mccs/mccs-1.1.17.ebuild index 076290659920..c79dd4b5d25c 100644 --- a/dev-ml/mccs/mccs-1.1.17.ebuild +++ b/dev-ml/mccs/mccs-1.1.17.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-') LICENSE="|| ( LGPL-2.1 BSD GPL-3 )" 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 )" |