Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: ciaran.mccreesh@××××××××××.com
Subject: Re: [gentoo-dev] [PATCH 1/4] switch IUSE tests to in_iuse, bug #383901
Date: Sun, 13 Jan 2013 19:14:03
Message-Id: 20130113201422.1564eeaf@pomiocik.lan
In Reply to: Re: [gentoo-dev] [PATCH 1/4] switch IUSE tests to in_iuse, bug #383901 by Ciaran McCreesh
1 On Sun, 13 Jan 2013 19:09:05 +0000
2 Ciaran McCreesh <ciaran.mccreesh@××××××××××.com> wrote:
3
4 > On Sun, 13 Jan 2013 20:03:20 +0100
5 > Gilles Dartiguelongue <eva@g.o> wrote:
6 > > - if has ${EAPI-0} 0 1 2 3 4 && has doc ${IUSE} ; then
7 > > + if has ${EAPI:-0} 0 1 2 3 4 && in_iuse doc ; then
8 >
9 > This is still wrong... You can't use IUSE like that.
10
11 We missed you!
12
13 --
14 Best regards,
15 Michał Górny

Attachments

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