commit:     f3952e7bc0c9c660fbbcb1dbd61fbb9a186477c4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 10:25:00 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 10:25:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f3952e7b

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.

 app-text/evince/evince-3.18.0.ebuild | 2 +-
 app-text/evince/evince-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/evince/evince-3.18.0.ebuild 
b/app-text/evince/evince-3.18.0.ebuild
index 10e01ed..773a605 100644
--- a/app-text/evince/evince-3.18.0.ebuild
+++ b/app-text/evince/evince-3.18.0.ebuild
@@ -31,7 +31,7 @@ COMMON_DEPEND="
        >=x11-libs/gtk+-3.16.0: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-9999.ebuild 
b/app-text/evince/evince-9999.ebuild
index 82e106b..62271e1 100644
--- a/app-text/evince/evince-9999.ebuild
+++ b/app-text/evince/evince-9999.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
        >=x11-libs/gtk+-3.16.0: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

Reply via email to