From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 217541382C5 for ; Mon, 28 Dec 2020 15:47:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B8A8E0C8E; Mon, 28 Dec 2020 15:47:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41CB0E0C8E for ; Mon, 28 Dec 2020 15:47:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AE3E340FE3 for ; Mon, 28 Dec 2020 15:47:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F7F7CC for ; Mon, 28 Dec 2020 15:47:32 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1609170423.ddb518c87cd195d35444c05fbd1b6e76c5b9ddf8.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/json-glib/json-glib-1.6.0.ebuild X-VCS-Directories: dev-libs/json-glib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ddb518c87cd195d35444c05fbd1b6e76c5b9ddf8 X-VCS-Branch: master Date: Mon, 28 Dec 2020 15:47:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23c20c0d-00f9-4253-ac3c-1fb666b6669a X-Archives-Hash: 5bcd610973b4a54776569440e4556072 commit: ddb518c87cd195d35444c05fbd1b6e76c5b9ddf8 Author: David Michael gmail com> AuthorDate: Mon Dec 28 02:28:07 2020 +0000 Commit: Matt Turner gentoo 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 gmail.com> Signed-off-by: Matt Turner 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