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

Collapse All | Expand All

(-)/usr/portage/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild (-5 / +6 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild,v 1.7 2008/04/19 23:09:01 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild,v 1.7 2008/04/19 23:09:01 vapier Exp $
4
4
Lines 10-23 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 -mips ~ppc -s390 x86"
13
KEYWORDS="~amd64 -mips ~ppc -s390 x86 ~x86-fbsd"
14
IUSE="ldirectord doc snmp management"
14
IUSE="ldirectord doc snmp management kernel_FreeBSD"
15
15
16
RDEPEND="
16
RDEPEND="
17
	=dev-libs/glib-2*
17
	=dev-libs/glib-2*
18
	net-libs/libnet
18
	net-libs/libnet
19
	>=dev-lang/perl-5.8.8
19
	>=dev-lang/perl-5.8.8
20
	net-misc/iputils
20
	!kernel_FreeBSD? ( net-misc/iputils )
21
	virtual/ssh
21
	virtual/ssh
22
	net-libs/gnutls
22
	net-libs/gnutls
23
	ldirectord? (	sys-cluster/ipvsadm
23
	ldirectord? (	sys-cluster/ipvsadm
Lines 38-44 Link Here
38
	management? (
38
	management? (
39
		>=dev-lang/python-2.4
39
		>=dev-lang/python-2.4
40
		>=dev-python/pygtk-2.4
40
		>=dev-python/pygtk-2.4
41
		>=sys-libs/pam-0.78-r3
41
		virtual/pam
42
	)
42
	)
43
	"
43
	"
44
DEPEND="${RDEPEND}
44
DEPEND="${RDEPEND}
Lines 65-70 Link Here
65
		--enable-checkpointd \
65
		--enable-checkpointd \
66
		--enable-crm \
66
		--enable-crm \
67
		--enable-lrm \
67
		--enable-lrm \
68
		--enable-fatal-warnings=NO \
68
		$(use_enable management mgmt) \
69
		$(use_enable management mgmt) \
69
		|| die
70
		|| die
70
	emake -j 1 || die "compile problem"
71
	emake -j 1 || die "compile problem"

Return to bug 263838