diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-27 20:08:20 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-27 20:08:20 +0100 |
commit | ff65585723d68b7b3a1217a8f774445cdc2f3fc0 (patch) | |
tree | 90558b8312bffcb52ddb189bc467b37e79a76fab /dev-ml | |
parent | x11-wm/awesome: drop old version (diff) | |
download | gentoo-ff65585723d68b7b3a1217a8f774445cdc2f3fc0.tar.gz gentoo-ff65585723d68b7b3a1217a8f774445cdc2f3fc0.tar.bz2 gentoo-ff65585723d68b7b3a1217a8f774445cdc2f3fc0.zip |
dev-ml/ocamlnet: fix dep
Closes: https://bugs.gentoo.org/752222
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlnet/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-4.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/metadata.xml b/dev-ml/ocamlnet/metadata.xml index 91e25045ba2c..0923c7f5f4ff 100644 --- a/dev-ml/ocamlnet/metadata.xml +++ b/dev-ml/ocamlnet/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> <use> <flag name="httpd">Enables net-httpd web server component</flag> <flag name="zip">Enables netzip support to read/write gzip data using object channels</flag> 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:= ) " |