diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:17:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:17:34 +0100 |
commit | cd107f2a6e07574254c24897a350e0c34543d270 (patch) | |
tree | 02e12c4e1a9985cb49ebdb9337b4513d2af9b46d /dev-ml/cinaps | |
parent | dev-ml/camlzip: destabilise for ppc (diff) | |
download | gentoo-cd107f2a6e07574254c24897a350e0c34543d270.tar.gz gentoo-cd107f2a6e07574254c24897a350e0c34543d270.tar.bz2 gentoo-cd107f2a6e07574254c24897a350e0c34543d270.zip |
dev-ml/cinaps: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/cinaps')
-rw-r--r-- | dev-ml/cinaps/cinaps-0.14.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/cinaps/cinaps-0.15.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/cinaps/cinaps-0.15.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-ml/cinaps/cinaps-0.14.0.ebuild b/dev-ml/cinaps/cinaps-0.14.0.ebuild index 891d83ba04c5..0f71841c6bc8 100644 --- a/dev-ml/cinaps/cinaps-0.14.0.ebuild +++ b/dev-ml/cinaps/cinaps-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" diff --git a/dev-ml/cinaps/cinaps-0.15.0.ebuild b/dev-ml/cinaps/cinaps-0.15.0.ebuild index 52c200249b97..87242bd88dc3 100644 --- a/dev-ml/cinaps/cinaps-0.15.0.ebuild +++ b/dev-ml/cinaps/cinaps-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" diff --git a/dev-ml/cinaps/cinaps-0.15.1.ebuild b/dev-ml/cinaps/cinaps-0.15.1.ebuild index 52c200249b97..87242bd88dc3 100644 --- a/dev-ml/cinaps/cinaps-0.15.1.ebuild +++ b/dev-ml/cinaps/cinaps-0.15.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |