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

(-)wpa_supplicant-0.6.3.ebuild (-2 / +5 lines)
Lines 49-56 Link Here
49
src_unpack() {
49
src_unpack() {
50
       unpack ${A}
50
       unpack ${A}
51
51
52
       cd "${WORKDIR}/${P}"
52
       # Fix bug #213570
53
       epatch "${FILESDIR}/${P}-ps3_support.patch"
53
       if use ps3 ; then
54
               cd "${WORKDIR}/${P}"
55
               epatch "${FILESDIR}/${P}-ps3_support.patch"
56
       fi
54
57
55
       cd "${S}"
58
       cd "${S}"
56
59

Return to bug 213570