Remove a part of a comment, which is about files not handled in KeywordsManager.py.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sat, 6 Nov 2010 21:28:36 +0000 (22:28 +0100)
committerZac Medico <zmedico@gentoo.org>
Wed, 24 Nov 2010 01:58:44 +0000 (17:58 -0800)
pym/portage/package/ebuild/_config/KeywordsManager.py

index f6b866795a73dea2e7c60528b22e08ad1a2a09e3..946ded6e3829019c653a1927e84a0668a4582e5d 100644 (file)
@@ -21,11 +21,7 @@ class KeywordsManager(object):
                        for x in profiles]
                for pkeyworddict in rawpkeywords:
                        if not pkeyworddict:
-                               # Omit non-existent files from the stack. This isn't
-                               # feasible for package.use (among other package.*
-                               # files such as package.use.mask) since it is stacked
-                               # in layers with make.defaults USE, and the layer
-                               # indices need to align.
+                               # Omit non-existent files from the stack.
                                continue
                        cpdict = {}
                        for k, v in pkeyworddict.items():