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