Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101535 Details for
Bug 154554
Invalid atom qualifier (qt-3.3.6-r4.ebuild) (kmplayer-0.9.3.ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
raise the ValueError for debugging purposes
raise.patch (text/plain), 398 bytes, created by
Zac Medico
on 2006-11-09 06:08:23 UTC
(
hide
)
Description:
raise the ValueError for debugging purposes
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2006-11-09 06:08:23 UTC
Size:
398 bytes
patch
obsolete
>diff --git a/bin/emerge b/bin/emerge >index b455dda..a6f6837 100755 >--- a/bin/emerge >+++ b/bin/emerge >@@ -943,6 +943,8 @@ class depgraph: > parent_arg=arg): > return 0 > except ValueError, e: >+ if "--debug" in self.myopts: >+ raise > pkgs = e.args[0] > portage.writemsg("\n\n!!! An atom in the dependencies " + \ > "is not fully-qualified. Multiple matches:\n\n", noiselevel=-1)
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 154554
: 101535 |
101538
|
101544
|
101546
|
101672