diff options
author | 2021-02-11 06:25:40 +0000 | |
---|---|---|
committer | 2021-02-11 06:25:40 +0000 | |
commit | b1d08081900aed78df71f7398f45b53161d8aca9 (patch) | |
tree | 0ad6ab7a467a0c064a01c4c6fcb9eb41c2ec4069 /dev-ml/ocurl | |
parent | dev-ml/ocaml-expat: Stabilize 1.1.0-r1 x86, #769317 (diff) | |
download | gentoo-b1d08081900aed78df71f7398f45b53161d8aca9.tar.gz gentoo-b1d08081900aed78df71f7398f45b53161d8aca9.tar.bz2 gentoo-b1d08081900aed78df71f7398f45b53161d8aca9.zip |
dev-ml/ocurl: Stabilize 0.9.1 x86, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocurl')
-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 ed81b3697a1f..a3573d70070d 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 |