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

Collapse All | Expand All

(-)orig/usr/bin/unmasker (-1 / +6 lines)
Lines 31-37 Link Here
31
readonly UNMASK_HARD_MASKED="**"
31
readonly UNMASK_HARD_MASKED="**"
32
readonly SLOT_MARKER=":"
32
readonly SLOT_MARKER=":"
33
33
34
readonly PORTAGE_FOLDER=/etc/portage
34
if [[ -z "$PORTAGE_CONFIGROOT" ]]; then
35
        readonly PORTAGE_FOLDER=/etc/portage
36
else
37
        readonly PORTAGE_FOLDER=$PORTAGE_CONFIGROOT/etc/portage
38
fi
39
35
readonly KEYWORDS_FOLDER=$PORTAGE_FOLDER/package.keywords
40
readonly KEYWORDS_FOLDER=$PORTAGE_FOLDER/package.keywords
36
readonly UNMASK_FOLDER=$PORTAGE_FOLDER/package.unmask
41
readonly UNMASK_FOLDER=$PORTAGE_FOLDER/package.unmask
37
42

Return to bug 242300