From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5F41138334 for ; Tue, 11 Dec 2018 18:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE38E0C63; Tue, 11 Dec 2018 18:17:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 639E4E0C5A for ; Tue, 11 Dec 2018 18:17:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6228A335C39 for ; Tue, 11 Dec 2018 18:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9904C42F for ; Tue, 11 Dec 2018 18:17:50 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1544551734.245a36dd297fdd4df9a9775a03df335c7281ddd0.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/evince/evince-3.28.5.ebuild X-VCS-Directories: app-text/evince/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 245a36dd297fdd4df9a9775a03df335c7281ddd0 X-VCS-Branch: master Date: Tue, 11 Dec 2018 18:17:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60242d08-8a8c-4bfb-bf33-0dce98843a9b X-Archives-Hash: 09c209178160cf72fa989a4110f353c1 commit: 245a36dd297fdd4df9a9775a03df335c7281ddd0 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Dec 11 14:09:01 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Dec 11 18:08:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245a36dd 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 gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 app-text/evince/evince-3.28.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/evince/evince-3.28.5.ebuild b/app-text/evince/evince-3.28.5.ebuild index ac0843c612b..4140767692c 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:= )