diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-20 19:00:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-20 19:15:38 +0200 |
commit | 2e7431468d6d15eee414c79286ad1d6013124943 (patch) | |
tree | c0f001cd31c23e81bf561bcf62ace6fd77666d26 | |
parent | dev-ml/ocurl: remove x86 keywords, needed by lwt cleanup (diff) | |
download | gentoo-2e7431468d6d15eee414c79286ad1d6013124943.tar.gz gentoo-2e7431468d6d15eee414c79286ad1d6013124943.tar.bz2 gentoo-2e7431468d6d15eee414c79286ad1d6013124943.zip |
dev-ml/ocaml-ctypes: Drop x86 keywords on lwt-needing version
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild index eb8c04dc6294..518483440ee6 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm" IUSE="test" RDEPEND=" |