From 220ba4de7fedaeab8ac53fd3a3e497f31aff4f90 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 25 Jun 2016 12:20:01 +0200 Subject: [PATCH] dev-libs/glib: Handle debug Package-Manager: portage-2.3.0_rc1 --- dev-libs/glib/glib-2.48.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/glib/glib-2.48.1.ebuild b/dev-libs/glib/glib-2.48.1.ebuild index 13dc51dc0ea4..3c4af2b2c91b 100644 --- a/dev-libs/glib/glib-2.48.1.ebuild +++ b/dev-libs/glib/glib-2.48.1.ebuild @@ -22,7 +22,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2+" SLOT="2" -IUSE="dbus fam kernel_linux +mime selinux static-libs systemtap test utils xattr" +IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test utils xattr" REQUIRED_USE=" utils? ( ${PYTHON_REQUIRED_USE} ) test? ( ${PYTHON_REQUIRED_USE} ) @@ -164,6 +164,7 @@ multilib_src_configure() { # libelf used only by the gresource bin ECONF_SOURCE="${S}" gnome2_src_configure ${myconf} \ + $(usex debug --enable-debug=yes ' ') \ $(use_enable xattr) \ $(use_enable fam) \ $(use_enable selinux) \ -- 2.26.2