diff options
Diffstat (limited to 'eclass/kde4-base.eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index e8adea921f4..2c75b514810 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -193,9 +193,11 @@ case ${KDEBASE} in 9999*) SLOT="live" ;; # regular live *) die "Unsupported ${PV}" ;; esac - # 4.x.[6789]* and *9999* packages aren't mirrored by Gentoo + # This code is to prevent portage from searching GENTOO_MIRRORS for + # packages that will never be mirrored. (As they only will ever be in + # the overlay). case ${PV} in - *9999* | 4.?.[9876]*) + *9999* | 4.?.[6-9]?) RESTRICT+=" mirrors" ;; esac |
