diff options
author | John Helmert III <ajak@gentoo.org> | 2022-11-01 16:25:20 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-28 01:24:07 +0100 |
commit | ba361c8f7909360014e7d2a63536cd85875d6aac (patch) | |
tree | 845047c3432e7ef2b239a9b1dcbe483b7fbb9fce /net-p2p | |
parent | net-misc/zerotier: update CRATES (diff) | |
download | gentoo-ba361c8f7909360014e7d2a63536cd85875d6aac.tar.gz gentoo-ba361c8f7909360014e7d2a63536cd85875d6aac.tar.bz2 gentoo-ba361c8f7909360014e7d2a63536cd85875d6aac.zip |
net-p2p/mldonkey: drop dependency on old ocaml
Signed-off-by: John Helmert III <ajak@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/mldonkey-3.1.7-r3.ebuild | 7 | ||||
-rw-r--r-- | net-p2p/mldonkey/mldonkey-3.1.7-r4.ebuild | 8 |
2 files changed, 3 insertions, 12 deletions
diff --git a/net-p2p/mldonkey/mldonkey-3.1.7-r3.ebuild b/net-p2p/mldonkey/mldonkey-3.1.7-r3.ebuild index 0b64f5c6e205..45fa0e1fb21b 100644 --- a/net-p2p/mldonkey/mldonkey-3.1.7-r3.ebuild +++ b/net-p2p/mldonkey/mldonkey-3.1.7-r3.ebuild @@ -54,12 +54,7 @@ RDEPEND="dev-lang/perl # https://github.com/ygrek/mldonkey/issues/46 DEPEND="${RDEPEND} <dev-lang/ocaml-4.10:=[ocamlopt?] - bittorrent? ( - || ( - <dev-lang/ocaml-4.06[ocamlopt?] - dev-ml/num - ) - )" + bittorrent? ( dev-ml/num )" RESTRICT="!ocamlopt? ( strip )" diff --git a/net-p2p/mldonkey/mldonkey-3.1.7-r4.ebuild b/net-p2p/mldonkey/mldonkey-3.1.7-r4.ebuild index cb2eae216dbe..f1a8234fa2b4 100644 --- a/net-p2p/mldonkey/mldonkey-3.1.7-r4.ebuild +++ b/net-p2p/mldonkey/mldonkey-3.1.7-r4.ebuild @@ -32,12 +32,8 @@ RDEPEND="dev-lang/perl # https://github.com/ygrek/mldonkey/issues/46 DEPEND="${RDEPEND} <dev-lang/ocaml-4.10:=[ocamlopt?] - bittorrent? ( - || ( - <dev-lang/ocaml-4.06[ocamlopt?] - dev-ml/num - ) - )" + bittorrent? ( dev-ml/num ) +" RESTRICT="!ocamlopt? ( strip )" |