Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 539942
Collapse All | Expand All

(-)a/etc/layman.cfg (-1 / +1 lines)
Lines 211-217 news_reporter: portage Link Here
211
#
211
#
212
# These commnad options will be added to the above commands
212
# These commnad options will be added to the above commands
213
# when the overlay is added or synced.
213
# when the overlay is added or synced.
214
# Use spaces to seperate command line arguments
214
# Use spaces to separate command line arguments
215
#
215
#
216
#    note: there are some options hardcoded in the backend
216
#    note: there are some options hardcoded in the backend
217
#          scripts already.  All VCS types listed here are
217
#          scripts already.  All VCS types listed here are
(-)a/layman/utils.py (-2 / +1 lines)
Lines 175-181 def path(path_elements): Link Here
175
    if isinstance(path_elements, STR):
175
    if isinstance(path_elements, STR):
176
        path_elements = [path_elements]
176
        path_elements = [path_elements]
177
177
178
    # Concatenate elements and seperate with /
178
    # Concatenate elements and separate with /
179
    for i in path_elements:
179
    for i in path_elements:
180
        pathname += i + '/'
180
        pathname += i + '/'
181
181
182
- 

Return to bug 539942