diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-12-23 22:53:57 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-12-23 23:25:41 +0200 |
commit | aad3784b7e52b8075a009244805c019aafb19ccf (patch) | |
tree | 566fd2a457cbf5d70b5aa14c4eb00b2dcef8e1f3 /app-text/evince | |
parent | sci-chemistry/gromacs: 2020_rc1 (diff) | |
download | gentoo-aad3784b7e52b8075a009244805c019aafb19ccf.tar.gz gentoo-aad3784b7e52b8075a009244805c019aafb19ccf.tar.bz2 gentoo-aad3784b7e52b8075a009244805c019aafb19ccf.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/evince')
-rw-r--r-- | app-text/evince/evince-3.32.1.ebuild | 5 |
1 files 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 e572562893a4..d53317c7ae5a 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 " |