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 9F6B0138330 for ; Sat, 26 May 2018 19:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3B95E09F4; Sat, 26 May 2018 19:35:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 91D10E09F3 for ; Sat, 26 May 2018 19:35:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 777AD335CB8 for ; Sat, 26 May 2018 19:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43946296 for ; Sat, 26 May 2018 19:35:18 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1527353545.b67697870f76c3733008331f6c02dee611371e26.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-text/evince/ X-VCS-Repository: proj/gnome X-VCS-Files: app-text/evince/evince-3.26.0.ebuild X-VCS-Directories: app-text/evince/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: b67697870f76c3733008331f6c02dee611371e26 X-VCS-Branch: master Date: Sat, 26 May 2018 19:35:18 +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-Archives-Salt: ac1744a8-d792-44e0-b779-2daf4c2915ec X-Archives-Hash: c2b5ad7636056214e560f2435fdfa9dc commit: b67697870f76c3733008331f6c02dee611371e26 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat May 26 16:52:25 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat May 26 16:52:25 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b6769787 app-text/evince: fix minimum version of gdk-pixbuf Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A app-text/evince/evince-3.26.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/evince/evince-3.26.0.ebuild b/app-text/evince/evince-3.26.0.ebuild index af4f9e25..85f3eec0 100644 --- a/app-text/evince/evince-3.26.0.ebuild +++ b/app-text/evince/evince-3.26.0.ebuild @@ -17,12 +17,13 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd # atk used in libview # gdk-pixbuf used all over the place +# bundles unarr library. It does not seem to exist standalone. COMMON_DEPEND=" dev-libs/atk >=dev-libs/glib-2.36:2[dbus] >=dev-libs/libxml2-2.5:2 sys-libs/zlib:= - x11-libs/gdk-pixbuf:2 + >=x11-libs/gdk-pixbuf-2.36.5:2 >=x11-libs/gtk+-3.16.0:3[introspection?] gnome-base/gsettings-desktop-schemas >=x11-libs/cairo-1.10:=