Gentoo Archives: gentoo-portage-dev

From: Marius Mauch <genone@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] PATCH: initial EAPI awareness
Date: Tue, 30 Aug 2005 15:21:16
Message-Id: 20050830171952.1bf5913c@andy.genone.homeip.net
In Reply to: Re: [gentoo-portage-dev] PATCH: initial EAPI awareness by Brian Harring
1 On 08/30/05 Brian Harring wrote:
2
3 > > What's the point of using > anyway?
4 > Simplicity in the code right now, since stable will *never* support
5 > anything but eapi0. It's an easy check.
6
7 You really want to tell me that you consider
8 if myeapi > 0:
9 as simpler than
10 EAPI_COMPATIBLE="0"
11 if myeapi in ['']+EAPI_COMPATIBLE.split():
12 ?
13
14 Marius
15
16 --
17 Public Key at http://www.genone.de/info/gpg-key.pub
18
19 In the beginning, there was nothing. And God said, 'Let there be
20 Light.' And there was still nothing, but you could see a bit better.
21 --
22 gentoo-portage-dev@g.o mailing list