summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-06-25 08:59:29 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-06-25 19:35:24 +0200
commit8408ef11c5b9e06cfa53c0625ed6583e5929abb5 (patch)
tree55a9a292234ab9fdaac8a749ae2e6944cdbd0764 /dev-ml
parentdev-java/jdbc-postgresql: drop 42.7.1 (diff)
downloadgentoo-8408ef11c5b9e06cfa53c0625ed6583e5929abb5.tar.gz
gentoo-8408ef11c5b9e06cfa53c0625ed6583e5929abb5.tar.bz2
gentoo-8408ef11c5b9e06cfa53c0625ed6583e5929abb5.zip
dev-ml/ocurl: fix deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocurl/metadata.xml11
-rw-r--r--dev-ml/ocurl/ocurl-0.9.2-r1.ebuild (renamed from dev-ml/ocurl/ocurl-0.9.2.ebuild)10
2 files changed, 11 insertions, 10 deletions
diff --git a/dev-ml/ocurl/metadata.xml b/dev-ml/ocurl/metadata.xml
index 367a88d8036b..9482be4092f8 100644
--- a/dev-ml/ocurl/metadata.xml
+++ b/dev-ml/ocurl/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">ygrek/ocurl</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ygrek/ocurl</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2-r1.ebuild
index 9710966ae014..1a402989dbf3 100644
--- a/dev-ml/ocurl/ocurl-0.9.2.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit findlib
@@ -14,10 +14,8 @@ SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
IUSE="examples +ocamlopt"
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- dev-ml/camlp4:=
- >=dev-lang/ocaml-3.12:=[ocamlopt?]"
+RDEPEND="net-misc/curl
+ dev-ml/lwt:=[ocamlopt?]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"