diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 18:53:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 18:53:19 +0000 |
commit | 5c16c63f8b32e87ca588d8be69d3c7196ac65e7f (patch) | |
tree | a53ae840184b7f6ff0c7b2d9676dc485031805ea | |
parent | dev-ml/ocaml-expat: Stabilize 1.1.0-r1 amd64, #769317 (diff) | |
download | gentoo-5c16c63f8b32e87ca588d8be69d3c7196ac65e7f.tar.gz gentoo-5c16c63f8b32e87ca588d8be69d3c7196ac65e7f.tar.bz2 gentoo-5c16c63f8b32e87ca588d8be69d3c7196ac65e7f.zip |
dev-ml/ocurl: Stabilize 0.9.1 amd64, #769317
Signed-off-by: Sam James <sam@gentoo.org>
-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 1f0ebda54e9d..ed81b3697a1f 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 |