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

(-)/usr/portage/sys-apps/man/man-1.6.ebuild (-1 / +10 lines)
Lines 48-54 Link Here
48
        tc-export CC BUILD_CC
48
        tc-export CC BUILD_CC
49
49
50
        local myconf=
50
        local myconf=
51
        use nls && myconf="+lang all" || myconf="+lang none"
51
        if use nls; then
52
                strip-linguas $(cd man; echo ??)
53
                if [[ -z ${LINGUAS} ]] ; then
54
                        myconf="+lang all"
55
                else
56
                        myconf="+lang ${LINGUAS// /,}"
57
                fi
58
        else
59
                myconf="+lang none"
60
        fi
52
        ./configure \
61
        ./configure \
53
                -confdir=/etc \
62
                -confdir=/etc \
54
                +sgid +fhs \
63
                +sgid +fhs \

Return to bug 97612