Gentoo Archives: gentoo-dev

From: "Diego Elio Pettenò" <flameeyes@×××××××××.eu>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH eutils] prune_libtool_files: run pkg-config code only if necessary.
Date: Sat, 25 Aug 2012 19:59:54
Message-Id: 50392E5B.4020407@flameeyes.eu
In Reply to: [gentoo-dev] [PATCH eutils] prune_libtool_files: run pkg-config code only if necessary. by "Michał Górny"
1 On 25/08/2012 12:32, Michał Górny wrote:
2 > + local pkgconf=$(tc-getPKG_CONFIG)
3
4 I'd say you should add a warning before using this if the virtual is not
5 in DEPEND. And don't assume transitive dependencies (they are never nice).
6
7 You can take a peek to ruby-ng_rspec to have an idea how to implement
8 that kind of warning.
9
10 --
11 Diego Elio Pettenò — Flameeyes
12 flameeyes@×××××××××.eu — http://blog.flameeyes.eu/

Replies