Gentoo Archives: gentoo-dev

From: "Michael Sterrett -Mr. Bones.-" <msterret@××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: RFC: qt.eclass
Date: Thu, 30 Jun 2005 19:40:33
Message-Id: Pine.LNX.4.61.0506301536250.2090@rutrow.coat.com
In Reply to: Re: [gentoo-dev] RFC: qt.eclass by Caleb Tennis
1 On Thu, 30 Jun 2005, Caleb Tennis wrote:
2 > Understandable, but I don't know any other way to do it. The function does
3 > nothing more than return a list of ebuild versions to make the depend happy.
4 > It doesn't rely on anything dynamic.
5 >
6 > $(qt_min_version 3.3) == "|| ( =x11-libs/qt-3.3.3 =x11-libs/qt-3.3.3-r1
7 > =x11-libs/qt-3.3.3-r2 =x11-libs/qt-3.3.3-r3 =x11-libs/qt-3.3.4 )
8
9 Why use a function then? Why not just supply a variable in the eclass that
10 is put in the DEPEND?
11
12 Michael Sterrett
13 -Mr. Bones.-
14 mr_bones_@g.o
15 --
16 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Re: RFC: qt.eclass Dan Armak <danarmak@g.o>
Re: [gentoo-dev] Re: RFC: qt.eclass Caleb Tennis <caleb@g.o>