diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-12-11 16:09:01 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-12-11 20:08:54 +0200 |
commit | 245a36dd297fdd4df9a9775a03df335c7281ddd0 (patch) | |
tree | 23d712c3159390c3b6343597ce482416a81dfa2f /app-text/evince | |
parent | dev-db/sqlite: Stabilize 3.25.3 on amd64/x86. (diff) | |
download | gentoo-245a36dd297fdd4df9a9775a03df335c7281ddd0.tar.gz gentoo-245a36dd297fdd4df9a9775a03df335c7281ddd0.tar.bz2 gentoo-245a36dd297fdd4df9a9775a03df335c7281ddd0.zip |
app-text/evince: drop unnecessary nautilus[introspection] dep
The evince nautilus extension is written in C, so there's no need
for introspection on nautilus, even if evince itself is built with
USE=introspection
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'app-text/evince')
-rw-r--r-- | app-text/evince/evince-3.28.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/evince/evince-3.28.5.ebuild b/app-text/evince/evince-3.28.5.ebuild index ac0843c612b2..4140767692c0 100644 --- a/app-text/evince/evince-3.28.5.ebuild +++ b/app-text/evince/evince-3.28.5.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" gnome? ( gnome-base/gnome-desktop:3= ) gnome-keyring? ( >=app-crypt/libsecret-0.5 ) introspection? ( >=dev-libs/gobject-introspection-1:= ) - nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] ) + nautilus? ( >=gnome-base/nautilus-2.91.4 ) postscript? ( >=app-text/libspectre-0.2:= ) tiff? ( >=media-libs/tiff-3.6:0= ) xps? ( >=app-text/libgxps-0.2.1:= ) |