projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6473f3
)
Avoid duplicate desktop QA notice, bug #446136
author
Zac Medico
<zmedico@gentoo.org>
Wed, 5 Dec 2012 21:19:16 +0000
(13:19 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 5 Dec 2012 21:19:16 +0000
(13:19 -0800)
pym/portage/package/ebuild/doebuild.py
patch
|
blob
|
history
diff --git
a/pym/portage/package/ebuild/doebuild.py
b/pym/portage/package/ebuild/doebuild.py
index d737e66e06832addd7512c094026e15a86e589c1..880cdc4761dc10eb7fd07b4e7c757fa792f99119 100644
(file)
--- a/
pym/portage/package/ebuild/doebuild.py
+++ b/
pym/portage/package/ebuild/doebuild.py
@@
-1796,7
+1796,6
@@
def _post_src_install_uid_fix(mysettings, out):
destdir = mysettings["D"]
ed_len = len(mysettings["ED"])
- desktopfile_errors = []
unicode_errors = []
desktop_file_validate = \
portage.process.find_binary("desktop-file-validate") is not None
@@
-1833,6
+1832,7
@@
def _post_src_install_uid_fix(mysettings, out):
counted_inodes = set()
fixlafiles_announced = False
fixlafiles = "fixlafiles" in mysettings.features
+ desktopfile_errors = []
for parent, dirs, files in os.walk(destdir):
try: