On 01/09/10 13:57, Arnau Bria wrote:
On Wed, 01 Sep 2010 12:25:03 +0100
Ian Lee wrote:
Hi Ian,
Try replacing the DEPEND= line with
DEPEND="server? ( || ( =dev-ruby/stomp-1.1>=dev-ruby/stomp-1.1.6 ) )
fails on manifest:
# ebuild mcollective-0.4.8.ebuild manifest
Error(s) in metadata for 'multi-tool/mcollective-0.4.8':
DEPEND: server? ( || ( =dev-ruby/stomp-1.1>=dev-ruby/stomp-1.1.6 )
)>=dev-lang/ruby-1.8 )
invalid atom: ''
RDEPEND: server? ( || ( =dev-ruby/stomp-1.1>=dev-ruby/stomp-1.1.6 )
)>=dev-lang/ruby-1.8 )
invalid atom: ''
Cheers,
Oops may bad. I missed off the last dependency
Should read
DEPEND=">=dev-lang/ruby-1.8
server? ( || ( =dev-ruby/stomp-1.1 >=dev-ruby/stomp-1.1.6 ) )"