Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 126194 Details for
Bug 186480
New --verbose format from sys-apps/portage-2.1.3_rc9 is not documented in emerge man page
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
to avoid spam during the transition period, ignore a missing repo labels for installed packages
unk_repo_inst.patch (text/plain), 632 bytes, created by
Zac Medico
on 2007-07-27 22:42:39 UTC
(
hide
)
Description:
to avoid spam during the transition period, ignore a missing repo labels for installed packages
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2007-07-27 22:42:39 UTC
Size:
632 bytes
patch
obsolete
>Index: bin/emerge >=================================================================== >--- bin/emerge (revision 7408) >+++ bin/emerge (revision 7409) >@@ -3017,7 +3017,11 @@ > if repo_name_prev: > repo_path_prev = portdb.getRepositoryPath( > repo_name_prev) >- if repo_path_prev == repo_path_real: >+ # To avoid spam during the transition period, don't >+ # show ? if the installed package is missing a >+ # repository label. >+ if not repo_path_prev or \ >+ repo_path_prev == repo_path_real: > repoadd = repo_display.repoStr(repo_path_real) > else: > repoadd = "%s=>%s" % (
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 186480
: 126194