diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-13 18:07:36 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-13 18:09:02 -0500 |
commit | c152d54c361a0d572f9d0e2484fbd39d2fcbdc57 (patch) | |
tree | 9296308ef32bd3e838ba6f85ffa08c0ef8f5fcb1 /net-libs/uhttpmock | |
parent | app-text/diff-pdf: remove old "unused" diff-pdf-0.3.ebuild. (diff) | |
download | gentoo-c152d54c361a0d572f9d0e2484fbd39d2fcbdc57.tar.gz gentoo-c152d54c361a0d572f9d0e2484fbd39d2fcbdc57.tar.bz2 gentoo-c152d54c361a0d572f9d0e2484fbd39d2fcbdc57.zip |
net-libs/uhttpmock: Remove GCONF_DEBUG usage
Closes: https://bugs.gentoo.org/775851
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/uhttpmock')
-rw-r--r-- | net-libs/uhttpmock/uhttpmock-0.5.3.ebuild | 4 |
1 files 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 9178bba643a3..d8184154dea5 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) } |