commit: 8257f6349a5d1c9fecea953ac55ba774af365ef9 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Mar 5 20:39:34 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Mar 5 20:39:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8257f634
app-editors/gnome-latex: Remove unused configuration flag Closes: https://bugs.gentoo.org/879791 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> app-editors/gnome-latex/gnome-latex-3.44.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }
