aboutsummaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-21 01:59:31 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-21 01:59:31 +0200
commit1ff9bec45824b3999443a572676d79d2543cdd7a (patch)
tree24c126cb7dfaa99c218c923bb6c40326330c6107 /dev-ml
parentdev-cpp/xdgpp: update Manifest (diff)
downloadguru-1ff9bec45824b3999443a572676d79d2543cdd7a.tar.gz
guru-1ff9bec45824b3999443a572676d79d2543cdd7a.tar.bz2
guru-1ff9bec45824b3999443a572676d79d2543cdd7a.zip
dev-ml/afl-persistent: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/afl-persistent/afl-persistent-1.3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ml/afl-persistent/afl-persistent-1.3.ebuild b/dev-ml/afl-persistent/afl-persistent-1.3.ebuild
index 0ef83a591..5a7f8e3fb 100644
--- a/dev-ml/afl-persistent/afl-persistent-1.3.ebuild
+++ b/dev-ml/afl-persistent/afl-persistent-1.3.ebuild
@@ -6,7 +6,10 @@ EAPI=7
inherit opam
DESCRIPTION="Persistent-mode afl-fuzz for ocaml"
-HOMEPAGE="https://github.com/stedolan/ocaml-afl-persistent"
+HOMEPAGE="
+ https://github.com/stedolan/ocaml-afl-persistent
+ https://opam.ocaml.org/packages/afl-persistent/
+"
SRC_URI="https://github.com/stedolan/ocaml-afl-persistent/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ocaml-${P}"
@@ -14,7 +17,7 @@ LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
-RDEPEND="dev-ml/base-unix"
+RDEPEND="dev-lang/ocaml:="
DEPEND="${RDEPEND}"
src_compile() {