commit: 425e7879713850e1c7704ed9fa3cda52ef3d24c1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Apr 21 00:03:27 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 00:03:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=425e7879
dev-ml/inotify: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-ml/inotify/inotify-2.3_p20211118.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-ml/inotify/inotify-2.3_p20211118.ebuild
b/dev-ml/inotify/inotify-2.3_p20211118.ebuild
index 6b478199d..006f042e9 100644
--- a/dev-ml/inotify/inotify-2.3_p20211118.ebuild
+++ b/dev-ml/inotify/inotify-2.3_p20211118.ebuild
@@ -9,7 +9,10 @@ COMMIT="b340204c72ae3ff27def6e116c1998485fc3227e"
MYPN="ocaml-${PN}"
DESCRIPTION="OCaml bindings for inotify"
-HOMEPAGE="https://github.com/whitequark/ocaml-inotify"
+HOMEPAGE="
+ https://github.com/whitequark/ocaml-inotify
+ https://opam.ocaml.org/packages/inotify/
+"
SRC_URI="https://github.com/whitequark/${MYPN}/archive/${COMMIT}.tar.gz ->
${PF}.tar.gz"
S="${WORKDIR}/${MYPN}-${COMMIT}"
@@ -18,12 +21,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
+RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
DEPEND="
- dev-ml/base-unix:=
- dev-ml/base-bytes:=
-"
-RDEPEND="
- ${DEPEND}
+ ${RDEPEND}
test? (
dev-ml/ounit2
dev-ml/ocaml-fileutils