Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/
Date: Wed, 21 Mar 2018 16:16:42
Message-Id: 1521648981.ea83d00ee1fe73f112af30729300869bc539b26f.prometheanfire@gentoo
1 commit: ea83d00ee1fe73f112af30729300869bc539b26f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 16:02:08 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 16:16:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea83d00e
7
8 app-admin/mcollective: updating stomp dep
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../{mcollective-2.12.0.ebuild => mcollective-2.12.0-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/mcollective/mcollective-2.12.0.ebuild b/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
16 similarity index 98%
17 rename from app-admin/mcollective/mcollective-2.12.0.ebuild
18 rename to app-admin/mcollective/mcollective-2.12.0-r1.ebuild
19 index da18a50ab12..d916d675849 100644
20 --- a/app-admin/mcollective/mcollective-2.12.0.ebuild
21 +++ b/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
22 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
23 IUSE="doc +client"
24
25 DEPEND=""
26 -RDEPEND="dev-ruby/stomp"
27 +RDEPEND=">=dev-ruby/stomp-1.4.4"
28
29 src_compile() {
30 einfo "nothing to compile"