public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r12876 - main/branches/2.1.6/pym/portage
@ 2009-03-11  3:49 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-03-11  3:49 UTC (permalink / raw
  To: gentoo-commits

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
===================================================================
--- 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=mydo, key=mysettings.mycpv)
 	return rval
 
-_deprecated_eapis = frozenset()
+_deprecated_eapis = frozenset(["2_pre3", "2_pre2", "2_pre1"])
 
 def _eapi_is_deprecated(eapi):
 	return eapi in _deprecated_eapis




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-11  3:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11  3:49 [gentoo-commits] portage r12876 - main/branches/2.1.6/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox