Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH 4/4] Enable EAPI 6
Date: Sun, 15 Nov 2015 22:28:10
Message-Id: 564906F1.6050304@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 4/4] Enable EAPI 6 by "Michał Górny"
1 On 11/15/2015 01:17 PM, Michał Górny wrote:
2 > ---
3 > pym/portage/const.py | 2 +-
4 > 1 file changed, 1 insertion(+), 1 deletion(-)
5 >
6 > diff --git a/pym/portage/const.py b/pym/portage/const.py
7 > index 6c4f613..814d7f4 100644
8 > --- a/pym/portage/const.py
9 > +++ b/pym/portage/const.py
10 > @@ -202,7 +202,7 @@ SUPPORTED_FEATURES = frozenset([
11 > "xattr",
12 > ])
13 >
14 > -EAPI = 5
15 > +EAPI = 6
16 >
17 > HASHING_BLOCKSIZE = 32768
18 > MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
19 >
20
21 The whole series looks good, except for the need to memoize check_locale.
22 --
23 Thanks,
24 Zac