diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-20 18:59:27 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-20 19:15:38 +0200 |
commit | 90817582d9c92e2d3c6f92c2e7b5cf7701420552 (patch) | |
tree | 8c2dd05d140f7c95d894dd233e17b08a34662378 /dev-ml/ocurl | |
parent | dev-ml/lwt: remove old (diff) | |
download | gentoo-90817582d9c92e2d3c6f92c2e7b5cf7701420552.tar.gz gentoo-90817582d9c92e2d3c6f92c2e7b5cf7701420552.tar.bz2 gentoo-90817582d9c92e2d3c6f92c2e7b5cf7701420552.zip |
dev-ml/ocurl: remove x86 keywords, needed by lwt cleanup
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocurl')
-rw-r--r-- | dev-ml/ocurl/ocurl-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/ocurl/ocurl-0.7.9.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/ocurl/ocurl-0.6.1.ebuild b/dev-ml/ocurl/ocurl-0.6.1.ebuild index c02332e2eec7..1b1d8619146b 100644 --- a/dev-ml/ocurl/ocurl-0.6.1.ebuild +++ b/dev-ml/ocurl/ocurl-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ RDEPEND=">=net-misc/curl-7.9.8 >=dev-lang/ocaml-3.12:=[ocamlopt]" DEPEND="${RDEPEND} virtual/pkgconfig" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc" src_compile() { diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild index d22c145d005a..f791477c09b5 100644 --- a/dev-ml/ocurl/ocurl-0.7.9.ebuild +++ b/dev-ml/ocurl/ocurl-0.7.9.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 ~x86" +KEYWORDS="~amd64 ~arm" src_compile() { |