Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 13 May 2018 09:09:48
Message-Id: 1526202348.da76e938cb3f3e3d956637ba4d2dca3e46ef7b1c.polynomial-c@gentoo
1 commit: da76e938cb3f3e3d956637ba4d2dca3e46ef7b1c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 09:05:48 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 09:05:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da76e938
7
8 mozconfig-v6.60.eclass: Fixed cargo dependency.
9
10 Thanks to thican for filing the bug and providing a fix.
11
12 Closes: https://bugs.gentoo.org/655634
13
14 eclass/mozconfig-v6.60.eclass | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
18 index 464f14d2ce9..8208305a778 100644
19 --- a/eclass/mozconfig-v6.60.eclass
20 +++ b/eclass/mozconfig-v6.60.eclass
21 @@ -166,9 +166,9 @@ DEPEND="app-arch/zip
22 sys-apps/findutils
23 pulseaudio? ( media-sound/pulseaudio )
24 || (
25 - ( >=dev-lang/rust-1.24.0[-extended(-)] >=dev-util/cargo-0.24.0 )
26 + ( >=dev-lang/rust-1.24.0[-extended(-)] >=dev-util/cargo-0.25.0 )
27 >=dev-lang/rust-1.24.0[extended]
28 - ( >=dev-lang/rust-bin-1.24.0 >=dev-util/cargo-0.24.0 )
29 + ( >=dev-lang/rust-bin-1.24.0 >=dev-util/cargo-0.25.0 )
30 )
31 ${RDEPEND}"