Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: Helmut Jarausch <jarausch@××××××××××××××××.de>
Subject: Re: [gentoo-user] ebuild syntax question
Date: Thu, 26 Mar 2009 09:25:03
Message-Id: 200903261123.32182.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] ebuild syntax question by Helmut Jarausch
1 On Thursday 26 March 2009 11:14:38 Helmut Jarausch wrote:
2 > Hi,
3 >
4 > the sci-libs/mathgl-1.8-r1.ebuild contains
5 > DEPEND="${RDEPEND}
6 > doc? ( app-text/texi2html virtual/texi2dvi )
7 > python? ( dev-lang/swig[python] )
8 > octave? ( dev-lang/swig[octave] )"
9 >
10 > What does dev-lang/swig[python] mean?
11 > Since dev-lang/swig/swig-1.3.39 does not
12 > use the useflags 'python', etc, anymore,
13 > emerging sci-libs/mathgl tries to downgrade to
14 > swig-1.3.36 which gives conflict elsewhere.
15 >
16 > Do I really need to mask >swig-1.3.36 or
17 > is sci-libs/mathgl-1.8-r1.ebuild too old?
18 >
19 > Many thanks for a hint.
20 > (Should I generate a bug report?)
21
22 Yes, this is a bug and should be reported.
23
24 if you need it installed right now, copy the ebuild to your overlay, edit out
25 the wrong USE flag specifiers in DEPEND, digest the ebuild and install. Or you
26 could walk for the devs to fix it and resync
27
28 --
29 alan dot mckinnon at gmail dot com