Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 445730 Details for
Bug 593672
app-portage/gentoolkit-0.3.2-r1: always wants to rebuild dev-util/android-sdk-update-manager
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adds realpath on the dirs
0001-revdep-rebuild:-Userealpathonthemaskdirectoriestoo(Bug593672).patch (text/plain), 872 bytes, created by
Brian Dolbec (RETIRED)
on 2016-09-14 19:51:49 UTC
(
hide
)
Description:
adds realpath on the dirs
Filename:
MIME Type:
Creator:
Brian Dolbec (RETIRED)
Created:
2016-09-14 19:51:49 UTC
Size:
872 bytes
patch
obsolete
>From 06af2be2d987c0a2f34c872ed3d86ab74fe9800d Mon Sep 17 00:00:00 2001 >From: Brian Dolbec <dolsen@gentoo.org> >Date: Wed, 14 Sep 2016 12:48:03 -0700 >Subject: [PATCH] revdep-rebuild: Use realpath on the mask directories too > (Bug 593672) > >--- > pym/gentoolkit/revdep_rebuild/analyse.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py b/pym/gentoolkit/revdep_rebuild/analyse.py >index b8fca4b..698a43f 100644 >--- a/pym/gentoolkit/revdep_rebuild/analyse.py >+++ b/pym/gentoolkit/revdep_rebuild/analyse.py >@@ -247,7 +247,7 @@ class LibCheck(object): > > def is_masked(self, filename): > for m in self.masked_dirs: >- t = m.split(os.sep) >+ t = os.path.realpath(m).split(os.sep) > f = filename.split(os.sep) > # self.logger.debug("\tis_masked(); %s, %s" % (t, f)) > if t == f[:min(len(t), len(f))]: >-- >2.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 593672
:
445628
|
445696
|
445706
| 445730