diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-05-27 23:45:39 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-06-24 21:33:23 +0200 |
commit | 6d69da46e84e1c5bff6d5041d7784b76938aa3f2 (patch) | |
tree | 7078eb3af0702fef68909d132ba3db17466ea06f /gnome-extra | |
parent | app-misc/bijiben: 3.24.2 → 3.26.2 (diff) | |
download | gnome-6d69da46e84e1c5bff6d5041d7784b76938aa3f2.tar.gz gnome-6d69da46e84e1c5bff6d5041d7784b76938aa3f2.tar.bz2 gnome-6d69da46e84e1c5bff6d5041d7784b76938aa3f2.zip |
gnome-extra/gnome-documents: fix dependency on libgepub
Also add DEPEND for glib-compile-resources.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-documents/gnome-documents-3.26.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnome-extra/gnome-documents/gnome-documents-3.26.2.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.26.2.ebuild index d746ac56..9194cf7d 100644 --- a/gnome-extra/gnome-documents/gnome-documents-3.26.2.ebuild +++ b/gnome-extra/gnome-documents/gnome-documents-3.26.2.ebuild @@ -29,14 +29,16 @@ COMMON_DEPEND=" >=net-libs/gnome-online-accounts-3.2.0[introspection] x11-libs/pango[introspection] >=net-libs/libzapojit-0.0.2[introspection] - >=app-text/libgepub-0.4[introspection] + >=app-text/libgepub-0.5[introspection] " RDEPEND="${COMMON_DEPEND} net-misc/gnome-online-miners sys-apps/dbus x11-themes/adwaita-icon-theme " +# libxml2+gdk-pixbuf required for glib-compile-resources DEPEND="${COMMON_DEPEND} + dev-libs/libxml2 dev-libs/libxslt >=sys-devel/gettext-0.19.8 dev-util/itstool |