Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179853 | Differences between
and this patch

Collapse All | Expand All

(-)src/java-config-2 (+2 lines)
Lines 110-115 Link Here
110
                printer._printError('Package %s does not define %s in it\'s package.env.' % (package.name(), query))
110
                printer._printError('Package %s does not define %s in it\'s package.env.' % (package.name(), query))
111
        except UnexistingPackageError as e:
111
        except UnexistingPackageError as e:
112
            printer._printError("Package %s was not found!" % e.package)
112
            printer._printError("Package %s was not found!" % e.package)
113
        except PermissionError as e:
114
            printer._printError("You do not have enough permissions to read the package's package.env")
113
            error = True
115
            error = True
114
    else:
116
    else:
115
        printer._printError("No query parameter was specified, unable to retrieve package.env value.")
117
        printer._printError("No query parameter was specified, unable to retrieve package.env value.")

Return to bug 179853