mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/folks: Fix debug handling
Package-Manager: portage-2.3.1
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user