Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/
Date: Tue, 11 Dec 2018 18:17:55
Message-Id: 1544551734.245a36dd297fdd4df9a9775a03df335c7281ddd0.leio@gentoo
1 commit: 245a36dd297fdd4df9a9775a03df335c7281ddd0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 14:09:01 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 18:08:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245a36dd
7
8 app-text/evince: drop unnecessary nautilus[introspection] dep
9
10 The evince nautilus extension is written in C, so there's no need
11 for introspection on nautilus, even if evince itself is built with
12 USE=introspection
13
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15 Package-Manager: Portage-2.3.52, Repoman-2.3.11
16
17 app-text/evince/evince-3.28.5.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/app-text/evince/evince-3.28.5.ebuild b/app-text/evince/evince-3.28.5.ebuild
21 index ac0843c612b..4140767692c 100644
22 --- a/app-text/evince/evince-3.28.5.ebuild
23 +++ b/app-text/evince/evince-3.28.5.ebuild
24 @@ -40,7 +40,7 @@ COMMON_DEPEND="
25 gnome? ( gnome-base/gnome-desktop:3= )
26 gnome-keyring? ( >=app-crypt/libsecret-0.5 )
27 introspection? ( >=dev-libs/gobject-introspection-1:= )
28 - nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
29 + nautilus? ( >=gnome-base/nautilus-2.91.4 )
30 postscript? ( >=app-text/libspectre-0.2:= )
31 tiff? ( >=media-libs/tiff-3.6:0= )
32 xps? ( >=app-text/libgxps-0.2.1:= )