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: Mon, 23 Dec 2019 21:26:59
Message-Id: 1577136341.aad3784b7e52b8075a009244805c019aafb19ccf.leio@gentoo
1 commit: aad3784b7e52b8075a009244805c019aafb19ccf
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 20:53:57 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 21:25:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad3784b
7
8 app-text/evince: small dep fixes
9
10 3.32 got ported to gettext-0.19.8+ instead of intltool.
11 There is some build conditionals for poppler-0.76.0 or newer to handle
12 diacritics ignoring or something - as we don't have older anyways,
13 ensure it with a minimum dep. This got changed and noted in 3.32.1 NEWS.
14
15 Package-Manager: Portage-2.3.79, Repoman-2.3.12
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 app-text/evince/evince-3.32.1.ebuild | 5 ++---
19 1 file changed, 2 insertions(+), 3 deletions(-)
20
21 diff --git a/app-text/evince/evince-3.32.1.ebuild b/app-text/evince/evince-3.32.1.ebuild
22 index e572562893a..d53317c7ae5 100644
23 --- a/app-text/evince/evince-3.32.1.ebuild
24 +++ b/app-text/evince/evince-3.32.1.ebuild
25 @@ -27,7 +27,7 @@ COMMON_DEPEND="
26 >=x11-libs/gtk+-3.22.0:3[introspection?]
27 gnome-base/gsettings-desktop-schemas
28 >=x11-libs/cairo-1.10:=
29 - >=app-text/poppler-0.33[cairo]
30 + >=app-text/poppler-0.76.0[cairo]
31 >=app-arch/libarchive-3.2.0
32 djvu? ( >=app-text/djvu-3.5.22:= )
33 dvi? (
34 @@ -60,9 +60,8 @@ DEPEND="${COMMON_DEPEND}
35 dev-util/gdbus-codegen
36 dev-util/glib-utils
37 >=dev-util/gtk-doc-am-1.13
38 - >=dev-util/intltool-0.35
39 dev-util/itstool
40 - sys-devel/gettext
41 + >=sys-devel/gettext-0.19.8
42 virtual/pkgconfig
43 app-text/yelp-tools
44 "