diff options
author | Sobhan Mohammadpour <sobhan@gentoo.org> | 2019-02-28 18:19:13 +0330 |
---|---|---|
committer | Sobhan Mohammadpour <sobhan@gentoo.org> | 2019-02-28 18:19:20 +0330 |
commit | eef73c3979a26f8320087262664b33065e802185 (patch) | |
tree | 6314268cae5c2664347529644334f7d2b3a396e2 | |
parent | remove outdated gjs mask and fix package.mask ordering (diff) | |
download | gnome-eef73c3979a26f8320087262664b33065e802185.tar.gz gnome-eef73c3979a26f8320087262664b33065e802185.tar.bz2 gnome-eef73c3979a26f8320087262664b33065e802185.zip |
app-editors/latexila: fix minor problems
add slot to libxml2, move vala_depend to depend and add glib-utils to DEPEND
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Manifest-Sign-Key: 0x7DF238CF0AA182E1
Signed-off-by: Sobhan Mohammadpour <sobhan@gentoo.org>
-rw-r--r-- | app-editors/latexila/latexila-3.30.2-r1.ebuild (renamed from app-editors/latexila/latexila-3.30.2.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/latexila/latexila-3.30.2.ebuild b/app-editors/latexila/latexila-3.30.2-r1.ebuild index 4fc7c5c1..0b072029 100644 --- a/app-editors/latexila/latexila-3.30.2.ebuild +++ b/app-editors/latexila/latexila-3.30.2-r1.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="+introspection +latexmk rubber" COMMON_DEPEND=" - $(vala_depend) app-text/enchant >=app-text/gspell-1.8:0= >=dev-libs/glib-2.56:2[dbus] @@ -38,9 +37,11 @@ RDEPEND="${COMMON_DEPEND} " # libxml2+gdk-pixbuf required for glib-compile-resources DEPEND="${COMMON_DEPEND} + $(vala_depend) app-text/yelp-tools - dev-libs/libxml2 + dev-libs/libxml2:2 dev-util/gdbus-codegen + dev-util/glib-utils >=dev-util/gtk-doc-am-1.14 >=dev-util/intltool-0.50.1 virtual/pkgconfig |