Gentoo Archives: gentoo-dev

From: Ryan Hill <dirtyepic@g.o>
To: gentoo-dev@l.g.o
Cc: ssuominen@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-cdr/cdrdao: ChangeLog cdrdao-1.2.2-r3.ebuild
Date: Sun, 10 May 2009 07:58:24
Message-Id: 20090510020017.6fb85f71@halo.dirtyepic.sk.ca
1 On Sun, 10 May 2009 07:38:43 +0000
2 "Samuli Suominen (ssuominen)" <ssuominen@g.o> wrote:
3
4 > ssuominen 09/05/10 07:38:43
5 >
6 > Modified: ChangeLog cdrdao-1.2.2-r3.ebuild
7 > Log:
8 > Doesn't compile with distcc wrt #264170.
9 > (Portage version: 2.1.6.13/cvs/Linux x86_64)
10
11 > +pkg_setup() {
12 > + if hasq distcc ${FEATURES}; then
13 > + die "Please emerge without distcc in FEATURES, see bug #264170."
14 > + fi
15 > +}
16 > +
17
18 You can't test FEATURES in an ebuild. It's portage-specific.
19
20 --
21 gcc-porting, by design, by neglect
22 treecleaner, for a fact or just for effect
23 wxwidgets @ gentoo EFFD 380E 047A 4B51 D2BD C64F 8AA8 8346 F9A4 0662

Attachments

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

Replies