summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-10-18 09:53:46 +0200
committerMichał Górny <mgorny@gentoo.org>2015-10-18 09:53:46 +0200
commit64bddb31db1b2691b2b0f40d9e4e7aefd029ecbd (patch)
treea1cc05cd25d7e81dae0fe88a20410e52542e72c3 /app-text/evince
parentmail-client/claws-mail: Remove incorrect := operator on poppler (diff)
downloadgentoo-64bddb31db1b2691b2b0f40d9e4e7aefd029ecbd.tar.gz
gentoo-64bddb31db1b2691b2b0f40d9e4e7aefd029ecbd.tar.bz2
gentoo-64bddb31db1b2691b2b0f40d9e4e7aefd029ecbd.zip
app-text/evince: Remove incorrect := operator on poppler
Remove the use of := slot operator against app-text/poppler. The subslots in poppler indicate SONAME of libpoppler, while much more stable libpoppler-glib is used here. No revision bump is desired since the change makes it possible to avoid unnecessary rebuilds on following poppler upgrades, and it is going to apply after next poppler-induced rebuild anyway. Package-Manager: portage-2.2.23
Diffstat (limited to 'app-text/evince')
-rw-r--r--app-text/evince/evince-3.14.2-r1.ebuild2
-rw-r--r--app-text/evince/evince-3.16.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/evince/evince-3.14.2-r1.ebuild b/app-text/evince/evince-3.14.2-r1.ebuild
index aa419efd5c4f..7c881e90a427 100644
--- a/app-text/evince/evince-3.14.2-r1.ebuild
+++ b/app-text/evince/evince-3.14.2-r1.ebuild
@@ -31,7 +31,7 @@ COMMON_DEPEND="
>=x11-libs/gtk+-3.14:3[introspection?]
gnome-base/gsettings-desktop-schemas
>=x11-libs/cairo-1.10:=
- >=app-text/poppler-0.24:=[cairo]
+ >=app-text/poppler-0.24[cairo]
djvu? ( >=app-text/djvu-3.5.17:= )
dvi? (
virtual/tex-base
diff --git a/app-text/evince/evince-3.16.1.ebuild b/app-text/evince/evince-3.16.1.ebuild
index 788b3f52af4e..a31c6e384ed0 100644
--- a/app-text/evince/evince-3.16.1.ebuild
+++ b/app-text/evince/evince-3.16.1.ebuild
@@ -31,7 +31,7 @@ COMMON_DEPEND="
>=x11-libs/gtk+-3.15.3:3[introspection?]
gnome-base/gsettings-desktop-schemas
>=x11-libs/cairo-1.10:=
- >=app-text/poppler-0.24:=[cairo]
+ >=app-text/poppler-0.24[cairo]
djvu? ( >=app-text/djvu-3.5.17:= )
dvi? (
virtual/tex-base