diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 06:31:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 06:31:27 +0000 |
commit | c75e70b94b7dcf09e44f41513c631dd37f9ef446 (patch) | |
tree | 4d038b6fe8a2e58bac1615a4c78bb437a1c14d82 /dev-ml/ocurl/ocurl-0.9.1.ebuild | |
parent | dev-ml/ocaml-expat: Stabilize 1.1.0-r1 ppc, #769317 (diff) | |
download | gentoo-c75e70b94b7dcf09e44f41513c631dd37f9ef446.tar.gz gentoo-c75e70b94b7dcf09e44f41513c631dd37f9ef446.tar.bz2 gentoo-c75e70b94b7dcf09e44f41513c631dd37f9ef446.zip |
dev-ml/ocurl: Stabilize 0.9.1 ppc, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocurl/ocurl-0.9.1.ebuild')
-rw-r--r-- | dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild index a3573d70070d..410c2da529e0 100644 --- a/dev-ml/ocurl/ocurl-0.9.1.ebuild +++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild @@ -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 |