Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-text/evince/
Date: Sat, 26 May 2018 19:35:23
Message-Id: 1527353545.b67697870f76c3733008331f6c02dee611371e26.eva@gentoo
1 commit: b67697870f76c3733008331f6c02dee611371e26
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 16:52:25 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 16:52:25 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b6769787
7
8 app-text/evince: fix minimum version of gdk-pixbuf
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12
13 app-text/evince/evince-3.26.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-text/evince/evince-3.26.0.ebuild b/app-text/evince/evince-3.26.0.ebuild
17 index af4f9e25..85f3eec0 100644
18 --- a/app-text/evince/evince-3.26.0.ebuild
19 +++ b/app-text/evince/evince-3.26.0.ebuild
20 @@ -17,12 +17,13 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
21
22 # atk used in libview
23 # gdk-pixbuf used all over the place
24 +# bundles unarr library. It does not seem to exist standalone.
25 COMMON_DEPEND="
26 dev-libs/atk
27 >=dev-libs/glib-2.36:2[dbus]
28 >=dev-libs/libxml2-2.5:2
29 sys-libs/zlib:=
30 - x11-libs/gdk-pixbuf:2
31 + >=x11-libs/gdk-pixbuf-2.36.5:2
32 >=x11-libs/gtk+-3.16.0:3[introspection?]
33 gnome-base/gsettings-desktop-schemas
34 >=x11-libs/cairo-1.10:=