Skip to content

Commit

Permalink
dev-ml/ocurl: x86 keyworded (bug #611014)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Whissi committed Feb 11, 2018
1 parent b0a9fe5 commit c2c5232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-ml/ocurl/ocurl-0.6.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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()
{
Expand Down
4 changes: 2 additions & 2 deletions dev-ml/ocurl/ocurl-0.7.9.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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()
{
Expand Down

0 comments on commit c2c5232

Please sign in to comment.