Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-glib/
Date: Mon, 28 Dec 2020 15:47:36
Message-Id: 1609170423.ddb518c87cd195d35444c05fbd1b6e76c5b9ddf8.mattst88@gentoo
1 commit: ddb518c87cd195d35444c05fbd1b6e76c5b9ddf8
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 28 02:28:07 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 15:47:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb518c8
7
8 dev-libs/json-glib: fix meson option name
9
10 Closes: https://bugs.gentoo.org/762092
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 dev-libs/json-glib/json-glib-1.6.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/json-glib/json-glib-1.6.0.ebuild b/dev-libs/json-glib/json-glib-1.6.0.ebuild
19 index 3723a06a554..35c0e160931 100644
20 --- a/dev-libs/json-glib/json-glib-1.6.0.ebuild
21 +++ b/dev-libs/json-glib/json-glib-1.6.0.ebuild
22 @@ -39,7 +39,7 @@ src_prepare() {
23 multilib_src_configure() {
24 local emesonargs=(
25 -Dintrospection=$(multilib_native_usex introspection enabled disabled)
26 - -Ddocs=$(multilib_native_usex gtk-doc enabled disabled)
27 + -Dgtk_doc=$(multilib_native_usex gtk-doc enabled disabled)
28 -Dman=true
29 )
30 meson_src_configure