Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 5/5] catalyst: Remove dead comment
Date: Wed, 16 Dec 2020 03:01:53
Message-Id: 20201216030131.14158-5-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/5] targets: Rename clst_buildpkgs -> buildpkgs by Matt Turner
1 Fixes: 220df6a5d255 ("catalyst: Drop ancient portage support")
2 Signed-off-by: Matt Turner <mattst88@g.o>
3 ---
4 targets/stage1/build.py | 1 -
5 1 file changed, 1 deletion(-)
6
7 diff --git a/targets/stage1/build.py b/targets/stage1/build.py
8 index fec1162c..85675511 100755
9 --- a/targets/stage1/build.py
10 +++ b/targets/stage1/build.py
11 @@ -9,7 +9,6 @@ from portage.util import grabfile_package, stack_lists
12 # this loads files from the profiles ...
13 # wrap it here to take care of the different
14 # ways portage handles stacked profiles
15 -# last case is for portage-2.1_pre*
16
17
18 def scan_profile(path):
19 --
20 2.26.2