diff options
author | Jesus P Rey (Chuso) <gentoo@chuso.net> | 2020-10-18 13:59:47 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-19 02:28:27 +0000 |
commit | a6fed6d36d1f05cb4c79a89e1e1cd45015c6670f (patch) | |
tree | 6263be716a949efb917dd6d2e591d9533ca585f2 /net-p2p | |
parent | dev-perl/App-perlbrew: Bump to version 0.890.0 (diff) | |
download | gentoo-a6fed6d36d1f05cb4c79a89e1e1cd45015c6670f.tar.gz gentoo-a6fed6d36d1f05cb4c79a89e1e1cd45015c6670f.tar.bz2 gentoo-a6fed6d36d1f05cb4c79a89e1e1cd45015c6670f.zip |
net-p2p/mldonkey: Fix BitTorrent dependency on dev-ml/num
Signed-off-by: Jesus P Rey <gentoo@chuso.net>
Closes: https://bugs.gentoo.org/749951
Closes: https://github.com/gentoo/gentoo/pull/17955
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/mldonkey-3.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild index 72c96a627749..b498b529f630 100644 --- a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild +++ b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild @@ -42,7 +42,7 @@ DEPEND="${RDEPEND} <dev-lang/ocaml-4.10:=[ocamlopt?] bittorrent? ( || ( - >=dev-lang/ocaml-4.06[ocamlopt?] + <dev-lang/ocaml-4.06[ocamlopt?] dev-ml/num ) )" |