commit: 563bd09fe946701aba0b43a11bdfad5059561d67 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Oct 5 16:37:58 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Oct 5 16:40:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563bd09f
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 <zmedico <AT> gentoo.org> dev-util/ostree/ostree-2020.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ostree/ostree-2020.6.ebuild b/dev-util/ostree/ostree-2020.6.ebuild index 68c74d15f95..9e56361e7f1 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 )
