Gentoo Archives: gentoo-user

From: Jil Larner <jil@××××.eu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problems adding local overlay and ebuild
Date: Wed, 01 Sep 2010 13:04:16
Message-Id: 4C7E4447.2000306@gnoo.eu
In Reply to: [gentoo-user] problems adding local overlay and ebuild by Arnau Bria
1 Hi,
2
3 Le 01/09/2010 12:21, Arnau Bria a écrit :
4 > so, anyone with more experience could help me? is there a real problem
5 > with the ebuild? or the problem is mine? (most probable :-) ).
6
7 An error was introduced in the latest version of the ebuild.
8
9 replace
10 DEPEND="server? || ( =dev-ruby/stomp-1.1 >=dev-ruby/stomp-1.1.6 )
11 with
12 DEPEND="server? ( =dev-ruby/stomp-1.1 >=dev-ruby/stomp-1.1.6 )
13
14 as suggested by Alex. Previous version of the ebuild is functionnal, so
15 emerge -pv =mcollective-0.4.7
16 works fine.
17
18 Btw, you should keep the portage categories in your overlay, so the
19 mcollective package would be under dev-ruby, not multi-tool. However,
20 there’s no obligation ;)
21
22 Sincerely yours,
23 Jil

Replies

Subject Author
Re: [gentoo-user] problems adding local overlay and ebuild Neil Bothwick <neil@××××××××××.uk>