Gentoo Archives: gentoo-dev

From: Doug Goldstein <cardoe@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] FEATURES="test" depends
Date: Tue, 17 Jan 2006 17:56:05
Message-Id: 43CD3D0E.60805@gentoo.org
1 Basically some packages have additional depends to be able to run the
2 tests. So if a user has FEATURES="test", then they need additional
3 depends. For example, gstreamer
4 http://bugs.gentoo.org/show_bug.cgi?id=115448 and expat (ghetto fix by
5 me in tree) have depends on dev-libs/check to be able to run
6 FEATURES="test". Is there anyway to properly do these depends or is the
7 ghetto fix in expat the best solution thus far? Or go the way of other
8 packages and have DEPEND="dev-libs/check".
9
10
11 --
12 Doug Goldstein <cardoe@g.o>
13 http://dev.gentoo.org/~cardoe/

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] FEATURES="test" depends Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] FEATURES="test" depends Ciaran McCreesh <ciaranm@g.o>