From 8257f6349a5d1c9fecea953ac55ba774af365ef9 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 5 Mar 2023 15:39:34 -0500 Subject: app-editors/gnome-latex: Remove unused configuration flag Closes: https://bugs.gentoo.org/879791 Signed-off-by: Matt Turner --- app-editors/gnome-latex/gnome-latex-3.44.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app-editors') diff --git a/app-editors/gnome-latex/gnome-latex-3.44.0.ebuild b/app-editors/gnome-latex/gnome-latex-3.44.0.ebuild index e273f490a551..2a2cbcd1fde6 100644 --- a/app-editors/gnome-latex/gnome-latex-3.44.0.ebuild +++ b/app-editors/gnome-latex/gnome-latex-3.44.0.ebuild @@ -45,6 +45,5 @@ BDEPEND=" src_configure() { gnome2_src_configure \ $(use_enable introspection) \ - --enable-dconf_migration \ - --enable-vala=no + --enable-dconf_migration } -- cgit v1.2.3-65-gdbad