diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:00 +0100 |
commit | aed7551de44c2b68466184f08a00c81c46adc80f (patch) | |
tree | 24e7bf08cc0b255afe7d5a7fa1fedbedb1642925 /dev-ml/mccs | |
parent | dev-ml/lwt: destabilise for ppc (diff) | |
download | gentoo-aed7551de44c2b68466184f08a00c81c46adc80f.tar.gz gentoo-aed7551de44c2b68466184f08a00c81c46adc80f.tar.bz2 gentoo-aed7551de44c2b68466184f08a00c81c46adc80f.zip |
dev-ml/mccs: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/mccs')
-rw-r--r-- | dev-ml/mccs/mccs-1.1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/mccs/mccs-1.1.13.ebuild b/dev-ml/mccs/mccs-1.1.13.ebuild index 9c0417e9c5bc..84cb98d373fe 100644 --- a/dev-ml/mccs/mccs-1.1.13.ebuild +++ b/dev-ml/mccs/mccs-1.1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-') LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |