commit:     67cf9c2b05042de37f36f5b6840c450128a065bd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 19:35:17 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 09:17:52 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=67cf9c2b

Mark EAPIs "4-python" and "5-progress" as deprecated

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 lib/portage/__init__.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/portage/__init__.py b/lib/portage/__init__.py
index d33792a77..1d202f557 100644
--- a/lib/portage/__init__.py
+++ b/lib/portage/__init__.py
@@ -465,16 +465,16 @@ def abssymlink(symlink, target=None):
 _doebuild_manifest_exempt_depend = 0
 
 _testing_eapis = frozenset([
-       "4-python",
-       "5-progress",
 ])
 _deprecated_eapis = frozenset([
+       "3_pre1",
+       "3_pre2",
        "4_pre1",
+       "4-python",
        "4-slot-abi",
-       "3_pre2",
-       "3_pre1",
        "5_pre1",
        "5_pre2",
+       "5-progress",
        "6_pre1",
        "7_pre1",
 ])

Reply via email to