diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-21 02:03:27 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-21 02:03:27 +0200 |
commit | 425e7879713850e1c7704ed9fa3cda52ef3d24c1 (patch) | |
tree | 3efa861934a41448dfad21c7331dd71ca4af18bf /dev-ml | |
parent | dev-ml/polly: update HOMEPAGE (diff) | |
download | guru-425e7879713850e1c7704ed9fa3cda52ef3d24c1.tar.gz guru-425e7879713850e1c7704ed9fa3cda52ef3d24c1.tar.bz2 guru-425e7879713850e1c7704ed9fa3cda52ef3d24c1.zip |
dev-ml/inotify: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/inotify/inotify-2.3_p20211118.ebuild | 12 |
1 files 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 |