summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/atril/atril-1.26.0-r4.ebuild')
-rw-r--r--app-text/atril/atril-1.26.0-r4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/atril/atril-1.26.0-r4.ebuild b/app-text/atril/atril-1.26.0-r4.ebuild
index 8d190177274a..e23720a54c5c 100644
--- a/app-text/atril/atril-1.26.0-r4.ebuild
+++ b/app-text/atril/atril-1.26.0-r4.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Atril document viewer for MATE"
LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
SLOT="0"
-IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring nls +postscript synctex t1lib test tiff xps"
+IUSE="caja dbus debug djvu dvi epub +introspection keyring nls +postscript synctex t1lib test tiff xps"
REQUIRED_USE="t1lib? ( dvi )"
@@ -47,7 +47,7 @@ COMMON_DEPEND="
dev-libs/mathjax
>=net-libs/webkit-gtk-2.6.0:4
)
- gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+ keyring? ( >=app-crypt/libsecret-0.5 )
introspection? ( >=dev-libs/gobject-introspection-0.6:= )
postscript? ( >=app-text/libspectre-0.2 )
synctex? ( virtual/tex-base )
@@ -94,7 +94,7 @@ src_configure() {
--enable-pixbuf \
--enable-previewer \
--enable-thumbnailer \
- $(use_with gnome-keyring keyring) \
+ $(use_with keyring) \
$(use_enable caja) \
$(use_enable dbus) \
$(use_enable debug) \