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

Collapse All | Expand All

(-)text.xml (-2 / +2 lines)
Lines 46-54 Link Here
46
46
47
<codesample lang="ebuild">
47
<codesample lang="ebuild">
48
src_unpack() {
48
src_unpack() {
49
    unpack ${P}.tar.bz2
49
    unpack ${A}
50
    cd "${S}"
50
    cd "${S}"
51
    epatch "${DISTDIR}/${P}-suse-update.patch.bz2"
51
    epatch "${WORKDIR}/${P}-suse-update.patch"
52
    epatch "${FILESDIR}/${PV}-no-TIOCGDEV.patch"
52
    epatch "${FILESDIR}/${PV}-no-TIOCGDEV.patch"
53
}
53
}
54
</codesample>
54
</codesample>

Return to bug 277230