Gentoo Archives: gentoo-user

From: Ian Lee <ian@×××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problems adding local overlay and ebuild
Date: Wed, 01 Sep 2010 18:40:47
Message-Id: 4C7E9E0A.8010802@leehouse.eclipse.co.uk
In Reply to: Re: [gentoo-user] problems adding local overlay and ebuild by Arnau Bria
1 On 01/09/10 13:57, Arnau Bria wrote:
2 > On Wed, 01 Sep 2010 12:25:03 +0100
3 > Ian Lee wrote:
4 >
5 > Hi Ian,
6 >
7 >> Try replacing the DEPEND= line with
8 >>
9 >> DEPEND="server? ( || ( =dev-ruby/stomp-1.1>=dev-ruby/stomp-1.1.6 ) )
10 >
11 > fails on manifest:
12 >
13 > # ebuild mcollective-0.4.8.ebuild manifest
14 > Error(s) in metadata for 'multi-tool/mcollective-0.4.8':
15 > DEPEND: server? ( || ( =dev-ruby/stomp-1.1>=dev-ruby/stomp-1.1.6 ) )>=dev-lang/ruby-1.8 )
16 > invalid atom: ''
17 > RDEPEND: server? ( || ( =dev-ruby/stomp-1.1>=dev-ruby/stomp-1.1.6 ) )>=dev-lang/ruby-1.8 )
18 > invalid atom: ''
19 >
20 > Cheers,
21 >
22 Oops may bad. I missed off the last dependency
23
24 Should read
25
26 DEPEND=">=dev-lang/ruby-1.8
27 server? ( || ( =dev-ruby/stomp-1.1 >=dev-ruby/stomp-1.1.6 ) )"