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/dbapi/
Date: Tue, 04 Aug 2020 03:16:25
Message-Id: 1596510781.f74cae3d377006af710f4b70cfbbf3391a126bb5.zmedico@gentoo
1 commit: f74cae3d377006af710f4b70cfbbf3391a126bb5
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 02:44:56 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 03:13:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f74cae3d
7
8 lib/portage/dbapi/vartree.py: fix reimported
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 lib/portage/dbapi/vartree.py | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/lib/portage/dbapi/vartree.py b/lib/portage/dbapi/vartree.py
17 index fcf164e82..fbf455363 100644
18 --- a/lib/portage/dbapi/vartree.py
19 +++ b/lib/portage/dbapi/vartree.py
20 @@ -1619,7 +1619,6 @@ class dblink:
21 At present this is implemented as a text backend in /var/db/pkg.
22 """
23
24 - import re
25 _normalize_needed = re.compile(r'//|^[^/]|./$|(^|/)\.\.?(/|$)')
26
27 _contents_re = re.compile(r'^(' + \