diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-22 14:46:41 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-22 16:24:34 +0200 |
commit | a3595beb9e7d99c11821b98c0653a5ce7dd11b2f (patch) | |
tree | a43e3384c0b6ff5830586330c7fe922d4e11bd00 /dev-ml/ocurl | |
parent | dev-ml/js_of_ocaml: bump to 3.0.0 and update live ebuild (diff) | |
download | gentoo-a3595beb9e7d99c11821b98c0653a5ce7dd11b2f.tar.gz gentoo-a3595beb9e7d99c11821b98c0653a5ce7dd11b2f.tar.bz2 gentoo-a3595beb9e7d99c11821b98c0653a5ce7dd11b2f.zip |
dev-ml/ocurl: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocurl')
-rw-r--r-- | dev-ml/ocurl/ocurl-0.7.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocurl/ocurl-0.7.10.ebuild b/dev-ml/ocurl/ocurl-0.7.10.ebuild index f791477c09b5..1f4b0e34097f 100644 --- a/dev-ml/ocurl/ocurl-0.7.10.ebuild +++ b/dev-ml/ocurl/ocurl-0.7.10.ebuild @@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8 >=dev-lang/ocaml-3.12:=[ocamlopt]" DEPEND="${RDEPEND} virtual/pkgconfig" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~arm64" src_compile() { |