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 6ECE0158087 for ; Sun, 16 Jan 2022 09:52:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFC172BC069; Sun, 16 Jan 2022 09:52:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7F5E2BC069 for ; Sun, 16 Jan 2022 09:52:39 +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 AA1B2343026 for ; Sun, 16 Jan 2022 09:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352F0268 for ; Sun, 16 Jan 2022 09:52:37 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1642326746.5209dfc0dee99536b67429502aa64012fe670754.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/gnome-dictionary/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/gnome-dictionary/gnome-dictionary-40.0-r1.ebuild X-VCS-Directories: app-dicts/gnome-dictionary/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5209dfc0dee99536b67429502aa64012fe670754 X-VCS-Branch: master Date: Sun, 16 Jan 2022 09:52:37 +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: 9f7e726a-f652-4e91-bdda-d0038918e772 X-Archives-Hash: 6dcc6b780e457b27e4f644ba48cf4b55 commit: 5209dfc0dee99536b67429502aa64012fe670754 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jan 16 09:49:51 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jan 16 09:52:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5209dfc0 app-dicts/gnome-dictionary: fix build failure meson.build:1:0: ERROR: Unknown options: "ipv6" looks like it should be use_ipv6 easy to get confused with gentoo syntax. Signed-off-by: Georgy Yakovlev gentoo.org> app-dicts/gnome-dictionary/gnome-dictionary-40.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-40.0-r1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-40.0-r1.ebuild index 4383ff0b33b0..0a2c8fabe1fc 100644 --- a/app-dicts/gnome-dictionary/gnome-dictionary-40.0-r1.ebuild +++ b/app-dicts/gnome-dictionary/gnome-dictionary-40.0-r1.ebuild @@ -34,7 +34,7 @@ src_configure() { append-cflags -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS local emesonargs=( - -Dipv6=true + -Duse_ipv6=true -Dbuild_man=true ) meson_src_configure