commit: c152d54c361a0d572f9d0e2484fbd39d2fcbdc57 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Mar 13 23:07:36 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Mar 13 23:09:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c152d54c
net-libs/uhttpmock: Remove GCONF_DEBUG usage Closes: https://bugs.gentoo.org/775851 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-libs/uhttpmock/uhttpmock-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild index 9178bba643a..d8184154dea 100644 --- a/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild +++ b/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -GCONF_DEBUG="yes" VALA_USE_DEPEND="vapigen" inherit gnome2 vala @@ -14,7 +13,7 @@ SRC_URI="http://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="0" -IUSE="+introspection vala" +IUSE="debug +introspection vala" REQUIRED_USE="vala? ( introspection )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" @@ -40,6 +39,7 @@ src_prepare() { src_configure() { gnome2_src_configure \ --disable-static \ + $(use_enable debug) \ $(use_enable introspection) \ $(use_enable vala) }
