Gentoo Archives: gentoo-dev

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: fox.eclass update
Date: Tue, 14 Oct 2008 13:21:05
Message-Id: 200810141520.53873.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-dev] RFC: fox.eclass update by Matti Bickel
1 > --- gentoo-x86/eclass/fox.eclass 2008-10-12 14:31:36.000000000 +0200
2 > +++ fox-proposed.eclass 2008-10-13 20:27:05.000000000 +0200
3 > [...]
4 > -inherit eutils libtool versionator
5 >
6 > +inherit autotools eutils libtool versionator
7
8 You should probably be setting WANT_AUTO* before inheriting autotools.
9
10 > [...]
11 > + if ( ! use doc ) && [ -d "${D}"/usr/share/doc/${PF}/html ] ; then
12
13 Get rid of the pointless subshell.
14
15 if use !doc && ...
16
17 --
18 Bo Andresen

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] RFC: fox.eclass update Matti Bickel <mabi@g.o>