summaryrefslogtreecommitdiffstats
path: root/pym/portage/repository/config.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-11-27 08:23:46 -0800
committerZac Medico <zmedico@gentoo.org>2012-11-27 08:23:46 -0800
commit02a6bf1ac95861831a303f220c7a41b9bbd398ab (patch)
tree8eab7c2cfaa3d85bcfdb3fc94979d6929484f5d4 /pym/portage/repository/config.py
parente760c8d2a4ccc56e351ac37904c715f596b58e42 (diff)
downloadportage-02a6bf1ac95861831a303f220c7a41b9bbd398ab.tar.gz
portage-02a6bf1ac95861831a303f220c7a41b9bbd398ab.tar.bz2
portage-02a6bf1ac95861831a303f220c7a41b9bbd398ab.zip
portdbapi: DeprecationWarning for 'pms' cache
Diffstat (limited to 'pym/portage/repository/config.py')
-rw-r--r--pym/portage/repository/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index 246be0e8c..3d29fd924 100644
--- a/pym/portage/repository/config.py
+++ b/pym/portage/repository/config.py
@@ -201,7 +201,7 @@ class RepoConfig(object):
if not force:
return
# The default egencache format was 'pms' prior to portage-2.1.11.32
- # (portage versions ersions prior to portage-2.1.11.14 will NOT
+ # (portage versions prior to portage-2.1.11.14 will NOT
# recognize md5-dict format unless it is explicitly listed in
# layout.conf).
formats = ('md5-dict',)