Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 554124 Details for
Bug 670082
portageq get_repos, master_repositories, master_repos, and get_repo_path ignore the eroot parameter
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portageq-v2.patch
file_670082.txt (text/plain), 3.65 KB, created by
Bruce Schultz
on 2018-11-05 11:01:00 UTC
(
hide
)
Description:
portageq-v2.patch
Filename:
MIME Type:
Creator:
Bruce Schultz
Created:
2018-11-05 11:01:00 UTC
Size:
3.65 KB
patch
obsolete
>--- /usr/lib/python-exec/python3.6/portageq 2018-10-13 20:47:53.000000000 +1000 >+++ ./portageq 2018-11-05 20:40:17.465451534 +1000 >@@ -836,6 +836,7 @@ > envvar.__doc__ = docstrings['envvar'] > > >+@uses_configroot > @uses_eroot > def get_repos(argv): > if len(argv) < 1: >@@ -849,6 +850,7 @@ > get_repos.__doc__ = docstrings['get_repos'] > > >+@uses_configroot > @uses_eroot > def master_repositories(argv): > if len(argv) < 2: >@@ -872,6 +874,7 @@ > master_repositories.__doc__ = docstrings['master_repositories'] > > >+@uses_configroot > @uses_eroot > def master_repos(argv): > return master_repositories(argv) >@@ -882,6 +885,7 @@ > master_repos.__doc__ = docstrings['master_repos'] > > >+@uses_configroot > @uses_eroot > def get_repo_path(argv):
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 670082
:
553810
| 554124