commit:     5209dfc0dee99536b67429502aa64012fe670754
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 09:49:51 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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

Reply via email to