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

Collapse All | Expand All

(-)attachment.cgi?id=226329 (-2 / +2 lines)
Lines 11-17 Link Here
11
LICENSE="GPLv3"
11
LICENSE="GPLv3"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~x86"
13
KEYWORDS="~amd64 ~x86"
14
IUSE="debug"
14
IUSE="debug dbus libnotify"
15
15
16
RDEPEND="net-im/pidgin"
16
RDEPEND="net-im/pidgin"
17
17
Lines 19-25 Link Here
19
	${RDEPEND}"
19
	${RDEPEND}"
20
20
21
src_configure() {
21
src_configure() {
22
	econf $(use_enable debug) || die "econf failed"
22
	econf $(use_enable debug) $(use_enable libnotify) $(use_enable dbus dbus-status)  || die "econf failed"
23
}
23
}
24
24
25
src_compile() {
25
src_compile() {

Return to bug 252548