commit: 5e6f094f26f4f7fa3172c9fecb20109ddfe4ce8e
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 22:50:28 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 23:01:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6f094f
app-text/atril: Fix missing configure option. Thanks to joost_op
Package-Manager: portage-2.2.26
app-text/atril/{atril-1.10.3.ebuild => atril-1.10.3-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-text/atril/atril-1.10.3.ebuild
b/app-text/atril/atril-1.10.3-r1.ebuild
similarity index 97%
rename from app-text/atril/atril-1.10.3.ebuild
rename to app-text/atril/atril-1.10.3-r1.ebuild
index 3753f7a..5c44cbd 100644
--- a/app-text/atril/atril-1.10.3.ebuild
+++ b/app-text/atril/atril-1.10.3-r1.ebuild
@@ -43,7 +43,7 @@ RDEPEND=">=app-text/poppler-0.16:0=[cairo]
virtual/tex-base:0
t1lib? ( >=media-libs/t1lib-5:5 )
)
- epub? ( net-libs/webkit-gtk:2 )
+ epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
introspection? ( >=dev-libs/gobject-introspection-0.6:0 )
postscript? ( >=app-text/libspectre-0.2:0 )
@@ -87,6 +87,7 @@ src_configure() {
$(use_enable dbus) \
$(use_enable djvu) \
$(use_enable dvi) \
+ $(use_with epub webkit) \
$(use_with gnome-keyring keyring) \
$(use_enable introspection) \
$(use_enable caja) \