--- attachment.cgi?id=226329 2010-04-03 18:28:26.000000000 +0200 +++ pidgin-gfire-0.9.0.ebuild 2010-04-03 18:26:35.000000000 +0200 @@ -11,7 +11,7 @@ LICENSE="GPLv3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug" +IUSE="debug dbus libnotify" RDEPEND="net-im/pidgin" @@ -19,7 +19,7 @@ ${RDEPEND}" src_configure() { - econf $(use_enable debug) || die "econf failed" + econf $(use_enable debug) $(use_enable libnotify) $(use_enable dbus dbus-status) || die "econf failed" } src_compile() {