Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass
Date: Tue, 30 Oct 2012 20:16:11
Message-Id: 509033BD.9030808@gentoo.org
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass by Ian Stakenvicius
1 On 30/10/12 22:06, Ian Stakenvicius wrote:
2 > -----BEGIN PGP SIGNED MESSAGE-----
3 > Hash: SHA256
4 >
5 > On 30/10/12 03:56 PM, Alexis Ballier wrote:
6 >> On Tue, 30 Oct 2012 19:08:39 +0000 (UTC) "Samuli Suominen
7 >> (ssuominen)" <ssuominen@g.o> wrote:
8 >>
9 >> [...]
10 >>>
11 >>> case ${EAPI:-0} in 0|1|2|3|4) ;; *) die "${ECLASS}.eclass API in
12 >>> EAPI ${EAPI} not yet established." esac
13 >>
14 >> sounds like a useless and annoying check for just exporting one
15 >> function
16 >>
17 >
18 > Also we have EAPI=5 now, so that check needs to be expanded.
19
20 already done :)