dev-libs/folks: Fix debug handling
authorPacho Ramos <pacho@gentoo.org>
Sat, 8 Oct 2016 08:39:29 +0000 (10:39 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 8 Oct 2016 09:50:01 +0000 (11:50 +0200)
Package-Manager: portage-2.3.1

dev-libs/folks/folks-0.11.3.ebuild

index d315aa4ee4d2e94d559b9c183353a1184b4bb270..25d9df50e96e8fcfbaae002316a35f065dbf2df3 100644 (file)
@@ -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) \