diff options
Diffstat (limited to 'dev-ml/ocamlnet/ocamlnet-4.1.8.ebuild')
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-4.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.8.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.8.ebuild index 57417a9cbe37..88008b436c7c 100644 --- a/dev-ml/ocamlnet/ocamlnet-4.1.8.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-4.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ RDEPEND=" pcre? ( >=dev-ml/pcre-ocaml-5:= ) tk? ( dev-ml/labltk:= ) ssl? ( net-libs/gnutls:= ) - gtk? ( >=dev-ml/lablgtk-2:= ) + gtk? ( dev-ml/lablgtk:2= ) kerberos? ( virtual/krb5 ) zip? ( dev-ml/camlzip:= ) " |