Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gen_archlist_cleanup commit in: scripts/
Date: Fri, 26 Jun 2015 22:32:25
Message-Id: 1435356879.4571219b191c1786d7ff4b0e5a6ade19e5c30875.eva@gentoo
1 commit: 4571219b191c1786d7ff4b0e5a6ade19e5c30875
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 11:26:43 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 22:14:39 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4571219b
7
8 scripts/gen_archlist: add full CPV lines to our workset
9
10 Probably an overlooked rename.
11
12 scripts/gen_archlist.py | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/scripts/gen_archlist.py b/scripts/gen_archlist.py
16 index d595df3..f9cf432 100755
17 --- a/scripts/gen_archlist.py
18 +++ b/scripts/gen_archlist.py
19 @@ -479,8 +479,8 @@ def main():
20 if cp.find('#') is not -1:
21 raise Exception('Inline comments are not supported')
22 if portage.catpkgsplit(cp):
23 - # categ/pkg is already a categ/pkg-ver
24 - atoms = [cp]
25 + # cat/pkg is already a categ/pkg-ver
26 + cpvs = [cp]
27 else:
28 # Get all the atoms matching the given cp
29 cpvs = match_wanted_atoms(cp, release=args.new_version)