From: Michael Palimaka Date: Tue, 13 Mar 2018 12:26:43 +0000 (+1100) Subject: app-text/diffpdf: remove unnecessary := subslot operator on poppler X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a82b286eab57b893ca588e9665480406fd046413;p=gentoo.git 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 --- diff --git a/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild b/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild index 1de17d540dfc..38e02ba7bc0d 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 "