app-text/atril: Fix missing configure option. Thanks to joost_op

Package-Manager: portage-2.2.26
This commit is contained in:
NP-Hardass
2016-02-10 17:50:28 -05:00
parent 521fa6364e
commit 5e6f094f26

View File

@@ -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) \