commit: 64bddb31db1b2691b2b0f40d9e4e7aefd029ecbd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 07:53:46 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 07:53:46 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bddb31
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
app-text/evince/evince-3.14.2-r1.ebuild | 2 +-
app-text/evince/evince-3.16.1.ebuild | 2 +-
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 aa419ef..7c881e9 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 788b3f5..a31c6e3 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