commit: ddb518c87cd195d35444c05fbd1b6e76c5b9ddf8 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Mon Dec 28 02:28:07 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Dec 28 15:47:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb518c8
dev-libs/json-glib: fix meson option name Closes: https://bugs.gentoo.org/762092 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/json-glib/json-glib-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/json-glib/json-glib-1.6.0.ebuild b/dev-libs/json-glib/json-glib-1.6.0.ebuild index 3723a06a554..35c0e160931 100644 --- a/dev-libs/json-glib/json-glib-1.6.0.ebuild +++ b/dev-libs/json-glib/json-glib-1.6.0.ebuild @@ -39,7 +39,7 @@ src_prepare() { multilib_src_configure() { local emesonargs=( -Dintrospection=$(multilib_native_usex introspection enabled disabled) - -Ddocs=$(multilib_native_usex gtk-doc enabled disabled) + -Dgtk_doc=$(multilib_native_usex gtk-doc enabled disabled) -Dman=true ) meson_src_configure
