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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CC18158020 for ; Sun, 4 Dec 2022 14:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7821E0855; Sun, 4 Dec 2022 14:50:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB6D8E0858 for ; Sun, 4 Dec 2022 14:50:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6F07341339 for ; Sun, 4 Dec 2022 14:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7661F7D6 for ; Sun, 4 Dec 2022 14:50:50 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1670165362.f1b3d4ff0756e64bef66d35ad9f611fbd2f3675f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f1b3d4ff0756e64bef66d35ad9f611fbd2f3675f X-VCS-Branch: master Date: Sun, 4 Dec 2022 14:50:50 +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: 2270df6b-d184-4e0c-83e2-3fd46cefd8c3 X-Archives-Hash: c89ddc9c92f3e1fdd512d64df8706490 commit: f1b3d4ff0756e64bef66d35ad9f611fbd2f3675f Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 4 14:44:21 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 4 14:49:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b3d4ff net-libs/gnome-online-accounts: Fix typo Closes: https://bugs.gentoo.org/883403 Signed-off-by: Pacho Ramos gentoo.org> net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild index 14fd00afc7fe..b4c740cf3b59 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild @@ -76,7 +76,7 @@ src_configure() { $(meson_use gtk-doc gtk_doc) $(meson_use introspection) -Dman=true - $(meson use vala vapi) + $(meson_use vala vapi) ) meson_src_configure }