summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-03-05 15:39:34 -0500
committerMatt Turner <mattst88@gentoo.org>2023-03-05 15:39:34 -0500
commit8257f6349a5d1c9fecea953ac55ba774af365ef9 (patch)
treeea9c8d37becccbcc798fcde5d265b7f804b67d2c /app-editors
parentmedia-libs/libshumate: Install gtk-doc to html/ (diff)
downloadgentoo-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')
-rw-r--r--app-editors/gnome-latex/gnome-latex-3.44.0.ebuild3
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
}