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

Collapse All | Expand All

(-)/usr/portage/app-shells/zsh/files/_portage-20040730 (-2 / +2 lines)
Lines 124-130 Link Here
124
# Stuff for emerge
124
# Stuff for emerge
125
125
126
_emerge () {
126
_emerge () {
127
    local state
127
    local state 
128
    if (( CURRENT == 2 ));then
128
    if (( CURRENT == 2 ));then
129
        _arguments -s \
129
        _arguments -s \
130
            '*:*:->actions' \
130
            '*:*:->actions' \
Lines 332-338 Link Here
332
	'world[Represent all packages in the world profiles]' \
332
	'world[Represent all packages in the world profiles]' \
333
	'system[Represent all the system packages]' 
333
	'system[Represent all the system packages]' 
334
}
334
}
335
335
local portage_pkglist gentoo_runlevels portdir pkgdir portdir_overlay overlay
336
#Reading informations from make.conf
336
#Reading informations from make.conf
337
[[ -n "${PORTDIR}" ]] && portdir="${PORTDIR}"
337
[[ -n "${PORTDIR}" ]] && portdir="${PORTDIR}"
338
[[ -n "${PKGDIR}" ]] && pkgdir="${PKGDIR}"
338
[[ -n "${PKGDIR}" ]] && pkgdir="${PKGDIR}"

Return to bug 60530