Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH 4/4] Enable EAPI 6
Date: Sun, 15 Nov 2015 21:17:40
Message-Id: 1447622247-9347-4-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 1/4] Warn if LC_CTYPE does not transform ASCII chars like POSIX by "Michał Górny"
1 ---
2 pym/portage/const.py | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/pym/portage/const.py b/pym/portage/const.py
6 index 6c4f613..814d7f4 100644
7 --- a/pym/portage/const.py
8 +++ b/pym/portage/const.py
9 @@ -202,7 +202,7 @@ SUPPORTED_FEATURES = frozenset([
10 "xattr",
11 ])
12
13 -EAPI = 5
14 +EAPI = 6
15
16 HASHING_BLOCKSIZE = 32768
17 MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
18 --
19 2.6.3

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH 4/4] Enable EAPI 6 Zac Medico <zmedico@g.o>