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

Collapse All | Expand All

(-)system-tools-backends-1.4.2-r1.ebuild (+6 lines)
Lines 26-28 Link Here
26
pkg_setup() {
26
pkg_setup() {
27
	enewgroup stb-admin || die "failed to create stb-admin group"
27
	enewgroup stb-admin || die "failed to create stb-admin group"
28
}
28
}
29
30
src_unpack() {
31
        gnome2_src_unpack
32
33
        epatch ${FILESDIR}/pass_min.patch
34
}

Return to bug 131097