From 563bd09fe946701aba0b43a11bdfad5059561d67 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 5 Oct 2020 09:37:58 -0700 Subject: dev-util/ostree: Fix configure --enable-introspection=no Closes: https://bugs.gentoo.org/746731 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Zac Medico --- dev-util/ostree/ostree-2020.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util/ostree') diff --git a/dev-util/ostree/ostree-2020.6.ebuild b/dev-util/ostree/ostree-2020.6.ebuild index 68c74d15f958..9e56361e7f19 100644 --- a/dev-util/ostree/ostree-2020.6.ebuild +++ b/dev-util/ostree/ostree-2020.6.ebuild @@ -69,7 +69,7 @@ src_configure() { $(use_with curl) $(use_with dracut) $(use_enable doc gtk-doc) - $(use_enable introspection) + $(usex introspection --enable-introspection={,} yes no) $(use_enable http2) $(use_enable httpd trivial-httpd-cmdline) $(use_with selinux ) -- cgit v1.2.3-65-gdbad