diff options
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 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/ocurl/ocurl-0.6.1.ebuild b/dev-ml/ocurl/ocurl-0.6.1.ebuild index 1b1d8619146b..39c4fd5cab5f 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-2017 Gentoo Foundation +# Copyright 1999-2018 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" +KEYWORDS="amd64 ppc ~x86" src_compile() { diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild index 6dafb58c62ca..978bdea229b6 100644 --- a/dev-ml/ocurl/ocurl-0.7.9.ebuild +++ b/dev-ml/ocurl/ocurl-0.7.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8 >=dev-lang/ocaml-3.12:=[ocamlopt]" DEPEND="${RDEPEND} virtual/pkgconfig" -KEYWORDS="~amd64 ~arm ~ppc" +KEYWORDS="~amd64 ~arm ~ppc ~x86" src_compile() { |