summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 4b79d6802..dfb9c0fef 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -8471,7 +8471,7 @@ def deprecated_profile_check(settings=None):
if settings is not None:
config_root = settings["PORTAGE_CONFIGROOT"]
deprecated_profile_file = os.path.join(config_root,
- DEPRECATED_PROFILE_FILE.lstrip(os.sep))
+ DEPRECATED_PROFILE_FILE)
if not os.access(deprecated_profile_file, os.R_OK):
return False
dcontent = codecs.open(_unicode_encode(deprecated_profile_file,