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

Collapse All | Expand All

(-)a/helpers/gentoo-common.sh (-4 / +2 lines)
Lines 7-13 Link Here
7
# Retrieve PORTDIR/PORTDIR_OVERLAY location.
7
# Retrieve PORTDIR/PORTDIR_OVERLAY location.
8
#
8
#
9
# In order of highest to lowest priority:
9
# In order of highest to lowest priority:
10
# /etc/portage/repos.conf{,/*.conf}
10
# /etc/portage/repos.conf{,/*}
11
# /usr/share/portage/config/repos.conf
11
# /usr/share/portage/config/repos.conf
12
# /etc/portage/make.conf
12
# /etc/portage/make.conf
13
# /etc/make.conf
13
# /etc/make.conf
Lines 65-71 _parsereposconf() { Link Here
65
65
66
    for f in @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/repos.conf \
66
    for f in @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/repos.conf \
67
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf \
67
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf \
68
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/*.conf; do
68
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/*; do
69
69
70
        [[ -f ${f} ]] || continue
70
        [[ -f ${f} ]] || continue
71
        insection=0
71
        insection=0
72
- 
73
subdirectory.
72
subdirectory.
74
--
75
helpers/gentoo-common.sh | 2 +-
73
helpers/gentoo-common.sh | 2 +-
76
1 file changed, 1 insertion(+), 1 deletion(-)
74
1 file changed, 1 insertion(+), 1 deletion(-)
(-)a/helpers/gentoo-common.sh (-2 / +1 lines)
Lines 65-71 _parsereposconf() { Link Here
65
65
66
    for f in @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/repos.conf \
66
    for f in @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/repos.conf \
67
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf \
67
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf \
68
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/*; do
68
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/[!.]*[!~]; do
69
69
70
        [[ -f ${f} ]] || continue
70
        [[ -f ${f} ]] || continue
71
        insection=0
71
        insection=0
72
- 

Return to bug 730624