diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-11-02 13:06:02 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-11-02 13:06:02 +0100 |
commit | 6972f09aa5256b758550170b0c1a6931b82d7647 (patch) | |
tree | be73b53b6d910669f194d23764645c9a77a93ed7 /dev-ml/ocaml-ctypes | |
parent | dev-ros/xmlrpcpp: Install headers in a prefixed directory. (diff) | |
download | gentoo-6972f09aa5256b758550170b0c1a6931b82d7647.tar.gz gentoo-6972f09aa5256b758550170b0c1a6931b82d7647.tar.bz2 gentoo-6972f09aa5256b758550170b0c1a6931b82d7647.zip |
dev-ml/ocaml-ctypes: Bump ocaml dep to one providing bytes. Bug #563446.
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1-r1.ebuild (renamed from dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1-r1.ebuild index ee694821688b..8ebc7be8e1da 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1-r1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="test" RDEPEND=" - >=dev-lang/ocaml-4:=[ocamlopt] + >=dev-lang/ocaml-4.02:=[ocamlopt] virtual/libffi " DEPEND="${RDEPEND} |