From: Michael Palimaka Date: Tue, 13 Mar 2018 12:08:00 +0000 (+1100) Subject: dev-python/python-poppler-qt5: remove unnecessary := subslot operator on poppler X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=88658b09dba79a9517afe27b3db2e7a5d4d687fc;p=gentoo.git dev-python/python-poppler-qt5: 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/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild index e13b154e9b8e..f1567a6ae081 100644 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - app-text/poppler:=[qt5] + app-text/poppler[qt5] dev-python/PyQt5[${PYTHON_USEDEP}] >=dev-python/sip-4.19:=[${PYTHON_USEDEP}] "