diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:17 +0100 |
commit | 6c6cda63313a444cdb24eea346022322e2068bf5 (patch) | |
tree | b05e6931fec3bb4ee7501726b5bce1944c475ac3 /dev-ml | |
parent | dev-ml/octavius: destabilise for ppc (diff) | |
download | gentoo-6c6cda63313a444cdb24eea346022322e2068bf5.tar.gz gentoo-6c6cda63313a444cdb24eea346022322e2068bf5.tar.bz2 gentoo-6c6cda63313a444cdb24eea346022322e2068bf5.zip |
dev-ml/ocurl: 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/ocurl/ocurl-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild index ecab07d3bfe0..1da26026857c 100644 --- a/dev-ml/ocurl/ocurl-0.9.1.ebuild +++ b/dev-ml/ocurl/ocurl-0.9.1.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 @@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8 dev-ml/camlp4:= >=dev-lang/ocaml-3.12:=[ocamlopt?]" DEPEND="${RDEPEND}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" src_compile() { emake -j1 all diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild index bece4fcb3945..86fc2c62f35a 100644 --- a/dev-ml/ocurl/ocurl-0.9.2.ebuild +++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" IUSE="examples +ocamlopt" RDEPEND=">=net-misc/curl-7.9.8 |