commit:     a82b286eab57b893ca588e9665480406fd046413
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 12:26:43 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 12:51:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82b286e

app-text/diffpdf: remove unnecessary := subslot operator on poppler

Per poppler's metadata.xml, the subslot reflects ABI compatibility of
libpoppler.so only, not libpoppler-{glib,qt4,cpp}.so.

Bug: https://bugs.gentoo.org/607908
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/diffpdf/diffpdf-2.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild 
b/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild
index 1de17d540df..38e02ba7bc0 100644
--- a/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild
+++ b/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-       app-text/poppler:=[qt5]
+       app-text/poppler[qt5]
        dev-qt/qtcore:5
        dev-qt/qtgui:5
 "

Reply via email to