diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:20 +0100 |
commit | 4018a2ee2955e12e00c1e4caffc87c40eedf0857 (patch) | |
tree | f5819a77335f25753d2544a80f3cb0483578c291 /dev-ml/opam-file-format | |
parent | dev-ml/opam: destabilise for ppc (diff) | |
download | gentoo-4018a2ee2955e12e00c1e4caffc87c40eedf0857.tar.gz gentoo-4018a2ee2955e12e00c1e4caffc87c40eedf0857.tar.bz2 gentoo-4018a2ee2955e12e00c1e4caffc87c40eedf0857.zip |
dev-ml/opam-file-format: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/opam-file-format')
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild index 13f9827bb32d..4de09a6c7d4f 100644 --- a/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild +++ b/dev-ml/opam-file-format/opam-file-format-2.1.0.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 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${ LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" DEPEND="dev-lang/ocaml:=[ocamlopt?]" diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild index 25d72cb13595..45c1d11db101 100644 --- a/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild +++ b/dev-ml/opam-file-format/opam-file-format-2.1.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 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${ LICENSE="LGPL-2.1" 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/opam-file-format/opam-file-format-2.1.3.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild index 25d72cb13595..45c1d11db101 100644 --- a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild +++ b/dev-ml/opam-file-format/opam-file-format-2.1.3.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 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${ LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |