commit: 464a65b848eb1344cd1eff3545bed311c01d97ea Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Tue Jan 1 20:55:41 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue Jan 1 20:57:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=464a65b8
_check_temp_dir: fix message to refer to correct bug 378403 Bug: https://bugs.gentoo.org/378403 Fixes: 8a85160f4833 ("_check_temp_dir: check for 'portage' symlink") Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> lib/portage/package/ebuild/doebuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/package/ebuild/doebuild.py b/lib/portage/package/ebuild/doebuild.py index 47c69967c..2dd458835 100644 --- a/lib/portage/package/ebuild/doebuild.py +++ b/lib/portage/package/ebuild/doebuild.py @@ -1305,7 +1305,7 @@ def _check_temp_dir(settings): msg = _("The 'portage' subdirectory of the directory " "referenced by the PORTAGE_TMPDIR variable appears to be " "a symlink. In order to avoid sandbox violations (see bug " - "#378379), you must adjust PORTAGE_TMPDIR instead of using " + "#378403), you must adjust PORTAGE_TMPDIR instead of using " "the symlink located at '%s'. A suitable PORTAGE_TMPDIR " "setting would be '%s'.") % \ (os.path.join(tmpdir, "portage"), checkdir)
