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

Collapse All | Expand All

(-)distcc-2.16-r2.ebuild (-1 / +5 lines)
Lines 17-23 Link Here
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="x86 ppc sparc mips alpha ~hppa ~ia64 ~amd64 ppc64 ~s390 ~arm"
18
KEYWORDS="x86 ppc sparc mips alpha ~hppa ~ia64 ~amd64 ppc64 ~s390 ~arm"
19
19
20
IUSE="gnome gtk selinux ipv6"
20
IUSE="gnome gtk selinux ipv6 slp"
21
21
22
DEPEND=">=sys-apps/portage-2.0.49-r6
22
DEPEND=">=sys-apps/portage-2.0.49-r6
23
	>=sys-devel/gcc-config-1.3.1
23
	>=sys-devel/gcc-config-1.3.1
Lines 38-49 Link Here
38
		x11-libs/pango
38
		x11-libs/pango
39
	)
39
	)
40
	) )
40
	) )
41
	slp? ( net-libs/openslp )
41
	selinux? ( sec-policy/selinux-distcc )"
42
	selinux? ( sec-policy/selinux-distcc )"
42
43
43
src_unpack() {
44
src_unpack() {
44
	unpack ${A}
45
	unpack ${A}
45
	cd ${S}
46
	cd ${S}
46
	gnuconfig_update
47
	gnuconfig_update
48
	use slp && epatch "${FILESDIR}/slp.diff"
47
}
49
}
48
50
49
src_compile() {
51
src_compile() {
Lines 57-62 Link Here
57
	use gtk && ! use gnome && myconf="${myconf} --with-gtk"
59
	use gtk && ! use gnome && myconf="${myconf} --with-gtk"
58
	use gtk && use gnome && myconf="${myconf} --with-gnome"
60
	use gtk && use gnome && myconf="${myconf} --with-gnome"
59
61
62
	use slp && myconf="${myconf} --enable-slp"
63
60
	[ `gcc-major-version` -eq 2 ] && filter-lfs-flags
64
	[ `gcc-major-version` -eq 2 ] && filter-lfs-flags
61
65
62
	if use ipv6; then
66
	if use ipv6; then

Return to bug 80219