diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 23:02:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 23:03:57 +0200 |
commit | 3b1a4cc0f9b9a0a2c70d6bb53cb71bf059e2920e (patch) | |
tree | d57a2da690478797156c1b53b7e11d950a34da61 /dev-ml | |
parent | dev-ml/lablgl: Remove another := slot op from || dep (diff) | |
download | gentoo-3b1a4cc0f9b9a0a2c70d6bb53cb71bf059e2920e.tar.gz gentoo-3b1a4cc0f9b9a0a2c70d6bb53cb71bf059e2920e.tar.bz2 gentoo-3b1a4cc0f9b9a0a2c70d6bb53cb71bf059e2920e.zip |
dev-ml/ocamlnet: Remove another := slot op from || dep
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild b/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild index 422560139a61..c789a74ebedd 100644 --- a/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild @@ -23,7 +23,7 @@ RESTRICT="installsources" DEPEND=">=dev-ml/findlib-1.0 pcre? ( >=dev-ml/pcre-ocaml-5:= ) >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - tk? ( || ( dev-ml/labltk:= <dev-lang/ocaml-4.02[tk] ) ) + tk? ( || ( dev-ml/labltk <dev-lang/ocaml-4.02[tk] ) ) cryptokit? ( dev-ml/cryptokit:= ) gtk? ( >=dev-ml/lablgtk-2:= ) ssl? ( >=dev-ml/ocaml-ssl-0.4:= ) diff --git a/dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild b/dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild index 529dff5ee81b..59b6fb344934 100644 --- a/dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild @@ -23,7 +23,7 @@ RESTRICT="installsources" RDEPEND=">=dev-ml/findlib-1.0 pcre? ( >=dev-ml/pcre-ocaml-5:= ) >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - tk? ( || ( dev-ml/labltk:= <dev-lang/ocaml-4.02[tk] ) ) + tk? ( || ( dev-ml/labltk <dev-lang/ocaml-4.02[tk] ) ) ssl? ( net-libs/gnutls:= ) gtk? ( >=dev-ml/lablgtk-2:= ) kerberos? ( virtual/krb5 ) diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild index 2c174777fb1d..307496b583a7 100644 --- a/dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild @@ -23,7 +23,7 @@ RESTRICT="installsources" RDEPEND=">=dev-ml/findlib-1.0 pcre? ( >=dev-ml/pcre-ocaml-5:= ) >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - tk? ( || ( dev-ml/labltk:= <dev-lang/ocaml-4.02[tk] ) ) + tk? ( || ( dev-ml/labltk <dev-lang/ocaml-4.02[tk] ) ) ssl? ( net-libs/gnutls:= ) gtk? ( >=dev-ml/lablgtk-2:= ) kerberos? ( virtual/krb5 ) |