diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-03-05 15:39:34 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-03-05 15:39:34 -0500 |
commit | 8257f6349a5d1c9fecea953ac55ba774af365ef9 (patch) | |
tree | ea9c8d37becccbcc798fcde5d265b7f804b67d2c /app-editors/gnome-latex/gnome-latex-3.44.0.ebuild | |
parent | media-libs/libshumate: Install gtk-doc to html/ (diff) | |
download | gentoo-8257f6349a5d1c9fecea953ac55ba774af365ef9.tar.gz gentoo-8257f6349a5d1c9fecea953ac55ba774af365ef9.tar.bz2 gentoo-8257f6349a5d1c9fecea953ac55ba774af365ef9.zip |
app-editors/gnome-latex: Remove unused configuration flag
Closes: https://bugs.gentoo.org/879791
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors/gnome-latex/gnome-latex-3.44.0.ebuild')
-rw-r--r-- | app-editors/gnome-latex/gnome-latex-3.44.0.ebuild | 3 |
1 files changed, 1 insertions, 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 } |