diff --git a/dev-libs/folks/folks-0.11.3.ebuild b/dev-libs/folks/folks-0.11.3.ebuild index d315aa4ee4d2e..25d9df50e96e8 100644 --- a/dev-libs/folks/folks-0.11.3.ebuild +++ b/dev-libs/folks/folks-0.11.3.ebuild @@ -13,11 +13,11 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Folks" LICENSE="LGPL-2.1+" SLOT="0/25" # subslot = libfolks soname version -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" # TODO: --enable-profiling # Vala isn't really optional, https://bugzilla.gnome.org/show_bug.cgi?id=701099 -IUSE="bluetooth eds +telepathy test tracker utils zeitgeist" +IUSE="bluetooth debug eds +telepathy test tracker utils zeitgeist" REQUIRED_USE="bluetooth? ( eds )" COMMON_DEPEND=" @@ -67,6 +67,7 @@ src_configure() { # Rebuilding docs needs valadoc, which has no release gnome2_src_configure \ $(use_enable bluetooth bluez-backend) \ + $(use_enable debug) \ $(use_enable eds eds-backend) \ $(use_enable eds ofono-backend) \ $(use_enable telepathy telepathy-backend) \