diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-12-03 14:12:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-12-03 14:12:21 +0000 |
commit | ead4c884d57b8bad6aeaf9b4f0f9b16b99c7a430 (patch) | |
tree | 383c4907dd015987901f297ddb829e86382dc29c /dev-ml/ocaml-ssl | |
parent | Add bug number to message (diff) | |
download | gentoo-2-ead4c884d57b8bad6aeaf9b4f0f9b16b99c7a430.tar.gz gentoo-2-ead4c884d57b8bad6aeaf9b4f0f9b16b99c7a430.tar.bz2 gentoo-2-ead4c884d57b8bad6aeaf9b4f0f9b16b99c7a430.zip |
depend on openssl[-bindist], bug #529070
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-ssl')
-rw-r--r-- | dev-ml/ocaml-ssl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-ssl/ChangeLog b/dev-ml/ocaml-ssl/ChangeLog index 6316074102b2..465cfc5022c8 100644 --- a/dev-ml/ocaml-ssl/ChangeLog +++ b/dev-ml/ocaml-ssl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-ssl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.26 2014/10/27 08:34:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.27 2014/12/03 14:12:21 aballier Exp $ + + 03 Dec 2014; Alexis Ballier <aballier@gentoo.org> ocaml-ssl-0.4.7.ebuild: + depend on openssl[-bindist], bug #529070 *ocaml-ssl-0.4.7 (27 Oct 2014) diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.7.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.7.ebuild index adf2f7730b94..6b6bfaab00fd 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.7.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.7.ebuild,v 1.1 2014/10/27 08:34:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.7.ebuild,v 1.2 2014/12/03 14:12:21 aballier Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="OCaml bindings for OpenSSL" SRC_URI="mirror://sourceforge/savonet/${P}.tar.gz" HOMEPAGE="http://savonet.sourceforge.net" -DEPEND="dev-libs/openssl +DEPEND="dev-libs/openssl[-bindist] >=dev-lang/ocaml-3.10:=" RDEPEND="${DEPEND}" |