diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:19:27 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:19:27 +0100 |
commit | e6bb27ad3d2cdfc738e581101e0209365d9bba08 (patch) | |
tree | ee152b2ef3fa17d357cc1137d6a7d1c287b1a046 /dev-ml/num | |
parent | dev-ml/findlib: destabilise for ppc (diff) | |
download | gentoo-e6bb27ad3d2cdfc738e581101e0209365d9bba08.tar.gz gentoo-e6bb27ad3d2cdfc738e581101e0209365d9bba08.tar.bz2 gentoo-e6bb27ad3d2cdfc738e581101e0209365d9bba08.zip |
dev-ml/num: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/num')
-rw-r--r-- | dev-ml/num/num-1.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/num/num-1.4-r3.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/num/num-1.3-r1.ebuild b/dev-ml/num/num-1.3-r1.ebuild index 73cc299b3bf4..2078594666f0 100644 --- a/dev-ml/num/num-1.3-r1.ebuild +++ b/dev-ml/num/num-1.3-r1.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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt] >=dev-ml/findlib-1.8.1[ocamlopt]" diff --git a/dev-ml/num/num-1.4-r3.ebuild b/dev-ml/num/num-1.4-r3.ebuild index 6440704457e1..fda33576860b 100644 --- a/dev-ml/num/num-1.4-r3.ebuild +++ b/dev-ml/num/num-1.4-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:=[ocamlopt?]" |