Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 211833
Collapse All | Expand All

(-)ghc-bin-6.4.2.environment.orig (+3 lines)
Lines 2790-2793 Link Here
2790
ghc-package_pkg_prerm () 
2790
ghc-package_pkg_prerm () 
2791
{ 
2791
{ 
2792
    local old_extglob=$(shopt -p extglob)
2793
    shopt -s extglob
2792
    ghc-unregister-pkg "$(ghc-localpkgconf)"
2794
    ghc-unregister-pkg "$(ghc-localpkgconf)"
2795
    eval $old_extglob
2793
}
2796
}

Return to bug 211833