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

Collapse All | Expand All

(-)pidgin-sipe-1.5.0.ebuild (-2 / +10 lines)
Lines 9-19 Link Here
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~x86 ~amd64"
11
KEYWORDS="~x86 ~amd64"
12
IUSE=""
12
IUSE="krb5"
13
13
14
DEPEND="net-im/pidgin"
14
DEPEND="net-im/pidgin
15
	krb5? ( virtual/krb5 )"
15
RDEPEND=$DEPEND
16
RDEPEND=$DEPEND
16
17
18
src_compile() {
19
	econf $(use_with krb5) \
20
	|| die "econf failed"
21
22
	emake || die "emake failed"
23
}
24
17
src_install() {
25
src_install() {
18
	emake install DESTDIR="${D}" || die "make install failed"
26
	emake install DESTDIR="${D}" || die "make install failed"
19
	dodoc ChangeLog NEWS TODO
27
	dodoc ChangeLog NEWS TODO

Return to bug 275611