Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/
Date: Tue, 01 Jan 2019 20:58:16
Message-Id: 1546376274.464a65b848eb1344cd1eff3545bed311c01d97ea.zmedico@gentoo
1 commit: 464a65b848eb1344cd1eff3545bed311c01d97ea
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 20:55:41 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 20:57:54 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=464a65b8
7
8 _check_temp_dir: fix message to refer to correct bug 378403
9
10 Bug: https://bugs.gentoo.org/378403
11 Fixes: 8a85160f4833 ("_check_temp_dir: check for 'portage' symlink")
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 lib/portage/package/ebuild/doebuild.py | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/lib/portage/package/ebuild/doebuild.py b/lib/portage/package/ebuild/doebuild.py
18 index 47c69967c..2dd458835 100644
19 --- a/lib/portage/package/ebuild/doebuild.py
20 +++ b/lib/portage/package/ebuild/doebuild.py
21 @@ -1305,7 +1305,7 @@ def _check_temp_dir(settings):
22 msg = _("The 'portage' subdirectory of the directory "
23 "referenced by the PORTAGE_TMPDIR variable appears to be "
24 "a symlink. In order to avoid sandbox violations (see bug "
25 - "#378379), you must adjust PORTAGE_TMPDIR instead of using "
26 + "#378403), you must adjust PORTAGE_TMPDIR instead of using "
27 "the symlink located at '%s'. A suitable PORTAGE_TMPDIR "
28 "setting would be '%s'.") % \
29 (os.path.join(tmpdir, "portage"), checkdir)