diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-28 16:50:08 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-28 16:51:50 +0300 |
commit | 910a978129a7ca29be9c5bc5688f6a06b714c678 (patch) | |
tree | 466c92b20892874b150956773bf7cb12475ad393 /app-text | |
parent | dev-libs/glib: fix GIO module cache file ownership and cross-compilation (diff) | |
download | gentoo-910a978129a7ca29be9c5bc5688f6a06b714c678.tar.gz gentoo-910a978129a7ca29be9c5bc5688f6a06b714c678.tar.bz2 gentoo-910a978129a7ca29be9c5bc5688f6a06b714c678.zip |
app-text/evince: remove unnecessary := subslot operator on poppler
Only links against libpoppler-glib.so.8, which is more stable, while the
subslot on poppler is meant for only libpoppler.so right now
Gentoo-bug: 607908
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/evince/evince-3.22.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/evince/evince-3.22.1.ebuild b/app-text/evince/evince-3.22.1.ebuild index 611e9b701ba3..28ce5a2f8a0d 100644 --- a/app-text/evince/evince-3.22.1.ebuild +++ b/app-text/evince/evince-3.22.1.ebuild @@ -26,7 +26,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.33:=[cairo] + >=app-text/poppler-0.33[cairo] djvu? ( >=app-text/djvu-3.5.22:= ) dvi? ( virtual/tex-base |