aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/cache/ebuild_xattr.py')
-rw-r--r--pym/portage/cache/ebuild_xattr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/cache/ebuild_xattr.py b/pym/portage/cache/ebuild_xattr.py
index db6e177cf..cc6b06246 100644
--- a/pym/portage/cache/ebuild_xattr.py
+++ b/pym/portage/cache/ebuild_xattr.py
@@ -59,7 +59,7 @@ class database(fs_template.FsBased):
s+=hundred
except IOError as e:
# ext based give wrong errno
- # http://bugzilla.kernel.org/show_bug.cgi?id=12793
+ # https://bugzilla.kernel.org/show_bug.cgi?id=12793
if e.errno in (errno.E2BIG, errno.ENOSPC):
result = len(s)-100
else: