Gentoo Archives: gentoo-dev

From: Caleb Tennis <caleb@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: qt.eclass
Date: Thu, 30 Jun 2005 19:36:24
Message-Id: 200506301433.04608.caleb@gentoo.org
In Reply to: Re: [gentoo-dev] RFC: qt.eclass by Donnie Berkholz
1 On Thursday 30 June 2005 01:58 pm, Donnie Berkholz wrote:
2 > I'm no expert on portage, but running random functions in DEPEND sounds
3 > like a bad idea.
4
5 Understandable, but I don't know any other way to do it. The function does
6 nothing more than return a list of ebuild versions to make the depend happy.
7 It doesn't rely on anything dynamic.
8
9 $(qt_min_version 3.3) == "|| ( =x11-libs/qt-3.3.3 =x11-libs/qt-3.3.3-r1
10 =x11-libs/qt-3.3.3-r2 =x11-libs/qt-3.3.3-r3 =x11-libs/qt-3.3.4 )
11
12 In other words, it's just shorthand for explicitly listing all of the
13 versions.
14 --
15 gentoo-dev@g.o mailing list

Replies

Subject Author
[gentoo-dev] Re: RFC: qt.eclass "Michael Sterrett -Mr. Bones.-" <msterret@××××.com>
Re: [gentoo-dev] RFC: qt.eclass Thomas de Grenier de Latour <degrenier@×××××××××××.fr>