From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LhFS1-000731-F5 for garchives@archives.gentoo.org; Wed, 11 Mar 2009 03:49:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00204E044E; Wed, 11 Mar 2009 03:49:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D22B5E044E for ; Wed, 11 Mar 2009 03:49:48 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7B3E76465F for ; Wed, 11 Mar 2009 03:49:48 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LhFS0-0004Y6-Ek for gentoo-commits@lists.gentoo.org; Wed, 11 Mar 2009 03:49:48 +0000 To: gentoo-commits@lists.gentoo.org From: "Zac Medico (zmedico)" Subject: [gentoo-commits] portage r12876 - main/branches/2.1.6/pym/portage X-VCS-Repository: portage X-VCS-Revision: 12876 X-VCS-Files: main/branches/2.1.6/pym/portage/__init__.py X-VCS-Directories: main/branches/2.1.6/pym/portage X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Zac Medico Date: Wed, 11 Mar 2009 03:49:48 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: edeaff10-c2a5-43c7-8c13-c56a8685ca0f X-Archives-Hash: 6ad198a20ce02a3400b1b4bdfd865da3 Author: zmedico Date: 2009-03-11 03:49:47 +0000 (Wed, 11 Mar 2009) New Revision: 12876 Modified: main/branches/2.1.6/pym/portage/__init__.py Log: Keep 2_pre* EAPI values in the deprecated list so that uninstalls still work normally. (trunk r12595) Modified: main/branches/2.1.6/pym/portage/__init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- main/branches/2.1.6/pym/portage/__init__.py 2009-03-11 03:49:16 UTC (= rev 12875) +++ main/branches/2.1.6/pym/portage/__init__.py 2009-03-11 03:49:47 UTC (= rev 12876) @@ -4809,7 +4809,7 @@ eerror(l, phase=3Dmydo, key=3Dmysettings.mycpv) return rval =20 -_deprecated_eapis =3D frozenset() +_deprecated_eapis =3D frozenset(["2_pre3", "2_pre2", "2_pre1"]) =20 def _eapi_is_deprecated(eapi): return eapi in _deprecated_eapis