diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:59 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:59 +0100 |
commit | 9bb18711a35918259bb8e71c65706faadb7b24fb (patch) | |
tree | 7fe2d68dda8d3e73df17e4487601fc6bbd215a42 /dev-ml | |
parent | dev-ml/ppx_string: destabilise for ppc (diff) | |
download | gentoo-9bb18711a35918259bb8e71c65706faadb7b24fb.tar.gz gentoo-9bb18711a35918259bb8e71c65706faadb7b24fb.tar.bz2 gentoo-9bb18711a35918259bb8e71c65706faadb7b24fb.zip |
dev-ml/ppx_typerep_conv: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild index d864e10d34aa..288b817a674b 100644 --- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.ebuild +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1-r1.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/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" DEPEND=" diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild index 5f37cd6d75cb..dd884b430dc9 100644 --- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/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" DEPEND=" |